dexlist
Lists all methods in all concrete classes in Android DEX files
Install
- All systems
-
curl cmd.cat/dexlist.sh
- Debian
-
apt-get install dexlist
- Ubuntu
-
apt-get install dexlist
- Kali Linux
-
apt-get install dexlist
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dexlist
- Dockerfile
- dockerfile.run/dexlist
dexlist
Lists all methods in all concrete classes in Android DEX files
This is a re-implementation of the original `dexlist` utility that was based on Dalvik functions in `libdex` into a new `dexlist` 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.