Apktool is a tool for reverse engineering Android apps.

v2.9.0 has been released with Android 14 support, aapt2 as a default and a new resource modes flag.

Via t.me/mishaalandroidnews

  • Aux@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    9 months ago

    Apktool doesn’t decompile the code back into Java, it simply unpacks APK files. You then need a separate decompiler to check the source code.