dexdump2

Displays information about Android DEX files

Install

All systems
curl cmd.cat/dexdump2.sh
Debian Debian
apt-get install dexdump
Ubuntu
apt-get install dexdump
image/svg+xml Kali Linux
apt-get install dexdump
Windows (WSL2)
sudo apt-get update sudo apt-get install dexdump
Raspbian
apt-get install dexdump

dexdump

Displays information about Android DEX files

The `dexdump` tool is intended to mimic `objdump`. When possible, use similar command-line arguments. This is a re-implementation of the original `dexdump` utility that was based on Dalvik functions in `libdex` into a new `dexdump` that is now based on ART functions in `libart` instead. The output is very similar to to the original for correct DEX files. Error messages may differ, however. Also, ODEX files are no longer supported.