System Grab Bag

View all TLDR pages from common (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.