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
-Por--plugin-folderyour plugins folder, eg:objection -g com.app.name explore -P ~/.objection/plugins
- run command:
plugin dexdump searchto search and print all dexplugin dexdump dumpto dump all found dex.