Skip to main content

Decode & Decompile APK Files

For a lot of the static and dynamic analysis of the mobile app, reviewing the source and/or SMALI files could be very beneficial.

  1. To decode and decompile the APK file:

    apktool d -o App/ ExampleApp.apk
  2. To decompile to (near) source code:

    jadx -d App ExampleApp.apk