LinuxCommandLibrary

dexdump

Display information about Android DEX files.

TLDR

Extract classes and methods from an APK file

$ dexdump [path/to/file.apk]
copy


Display header information of DEX files contained in an APK file
$ dexdump -f [path/to/file.apk]
copy


Display the dis-assembled output of executable sections
$ dexdump -d [path/to/file.apk]
copy


Output results to a file
$ dexdump -o [path/to/file] [path/to/file.apk]
copy

DESCRIPTION

debian/out/dexdump: error while loading shared libraries: libsigchain.so.0: cannot open shared object file: No such file or directory

Copied to clipboard