dedex
March 3, 2015 ยท View on GitHub
Is a command line tool for disassembling Android DEX files.
Usage
Type "mono dedex.exe -d all
Use the -c to limit the classes displayed. For example, if you want to see all classes with Installer in the name use 'mono dedex.exe -c "Installer"
See the dex.net project for a description of the output languages.
Development
dedex uses the dex.net library which is configured as a git submodule. You must initialize the submodules before compiling dedex.
License
dedex is provided under the Apache 2.0 License