Tiny and lightweight DBC dump tool for all embedded methods in .dex files.
- C++ compiler (g++, clang++, etc.)
- CMake > 3.5.1
In order to compile the project, you have to run this set of commands:
mkdir build
cd build
cmake ..
make
If no error occured during the compilation process, you should find a binary file called "dexdiff" on your current directory.
You can process one or n .dex files to the program by passing the paths as arguments:
./dexdump /tmp/classes.dex ... /tmp/classes31337.dex
DexDump is licensed under the GNU GPL license. Have a look at the LICENSE for more information.
If you have any question about the project, feel free to contact me on Twitter: @bla5r