logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Apktool - Reverse Engineer APK Files | Online Free DevTools by Hexmos

Reverse engineer APK files with Apktool, inspect manifest data, and debug mobile apps. Free online tool, no registration required.

apktool

Reverse engineer APK files. More information: https://ibotpeaches.github.io/Apktool/.

  • Decode an APK file:

apktool d {{path/to/file.apk}}

  • Build an APK file from a directory:

apktool b {{path/to/directory}}

  • Install and store a framework:

apktool if {{path/to/framework.apk}}

See Also