TLDR
Enter a command. For example: gatsby, hg update, git mailinfo.

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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.