• 0 Posts
  • 31 Comments
Joined 2 years ago
cake
Cake day: June 1st, 2023

help-circle


  • To clarify - Sweden has a lesser variant of the U.S credit score system, but it differs in some important ways. For example, you don’t have to get a credit card to ‘build credit’ - you are assumed to be in good standing unless you have unusual ratios of debt and so on.

    Sweden does not have a social credit score system.
















  • Obfuscation only makes the effort of decompilation take a bit longer - fundamentally, they are going to be executing the bytecode on your device, and that cannot be hidden from you.

    I’m speaking from experience here - I’ve decompiled multiple APKs before, all containing bytecode that has been obfuscated by ProGuard. It’s a bit harder than reading source code, but with some practice it’s always possible to figure out what’s going on in the end.