Examples (4)
Extract classes and methods from an APK file
dexdump path/to/file.apkDisplay header information of DEX files contained in an APK file
dexdump -f path/to/file.apkDisplay the dis-assembled output of executable sections
dexdump -d path/to/file.apkOutput results to a file
dexdump -o path/to/file path/to/file.apkmade by @shridhargupta | data from tldr-pages