dexdump
Display information about Android DEX files. More information: <https://manned.org/dexdump>.
Install
- All systems
-
curl cmd.cat/dexdump.sh
- Debian
-
apt-get install dexdump - Ubuntu
-
apt-get install dexdump - Kali Linux
-
apt-get install dexdump - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install dexdump - Raspbian
-
apt-get install dexdump
Display information about Android DEX files. More information: <https://manned.org/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
© tl;dr; authors and contributors