logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DEX Dump - Analyze Android DEX Files | Online Free DevTools by Hexmos

Analyze Android DEX files with DEX Dump. Extract classes, display headers, and disassemble executable sections. Free online tool, no registration required.

dexdump

Display information about Android DEX files. More information: https://manned.org/man/debian-stretch/dexdump.

  • Extract classes and methods from an APK file:

dexdump {{path/to/file.apk}}

  • Display header information of DEX files contained in an APK file:

dexdump -f {{path/to/file.apk}}

  • Display the dis-assembled output of executable sections:

dexdump -d {{path/to/file.apk}}

  • Output results to a file:

dexdump -o {{path/to/file}} {{path/to/file.apk}}

See Also