Fast search and dump dex on memory.
- support fuzzy search no-magic dex.
- auto fill magic into dex-header.
- compatible with all android version(frida supported).
- support loading as objection plugin~
- update your frida-server and frida python binding to latest.
- install require:
pip install -r requirements.txt
- launch app.
- run: python main.py.
- check
SavePath
.
- clone this repo to your plugins folder, eg:
git clone https://github.com/hluwa/FRIDA-DEXDump ~/.objection/plugins/dexdump
- start objection with
-P
or--plugin-folder
your plugins folder, eg:objection -g com.app.name explore -P ~/.objection/plugins
- run command:
plugin dexdump search
to search and print all dexplugin dexdump dump
to dump all found dex.