Tag: jadx

Android apps can be downloaded from a phone or a website such as apkpure.com and reverse engineered into code like that shown in Figure 5 using a tool called Jadx. Turn on Proguard in the build.gradle file to make it harder to follow the code or use a commercial obfuscation program such as DexGuard, see our earlier post for more information.
iOS apps can’t be decompiled, but it can be disassembled and then analyzed using Hopper or IDA Pro. It’s much harder to understand than using something like Jadx but it still provides valuable information.