Fast dex dump in memory based on frida.
Project description
FRIDA-DEXDump
Features
- support fuzzy search broken header dex.
- fix struct data of dex-header.
- compatible with all android version(frida supported).
- support loading as objection plugin ~
- pypi package has been released ~
Requires
Installation
From pypi
pip3 install frida-dexdump
frida-dexdump -h
From source
git clone https://github.com/hluwa/FRIDA-DEXDump
cd FRIDA-DEXDump/frida-dexdump
python3 main.py -h
Usage
-
Run
frida-dexdumporpython3 main.pyto attach current frontmost application and dump dexs. -
Or, use command arguments:
-n: [Optional] Specify target process name, when spawn mode, it requires an application package name. If not specified, use frontmost application. -p: [Optional] Specify pid when multiprocess. If not specified, dump all. -f: [Optional] Use spawn mode, default is disable. -s: [Optional] When spawn mode, start dump work after sleep few seconds. default is 10s. -d: [Optional] Enable deep search maybe detected more dex, but speed will be slower. -h: show help. -
Or, loading as objection plugin
- clone this repo and move
frida_dexdumpinto your plugins folder, eg:git clone https://github.com/hluwa/FRIDA-DEXDump ~/Downloads/FRIDA-DEXDump; mv ~/Downloads/FRIDA-DEXDump/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.
- clone this repo and move
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
frida-dexdump-1.0.1.tar.gz
(7.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file frida-dexdump-1.0.1.tar.gz.
File metadata
- Download URL: frida-dexdump-1.0.1.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96e30d7b12c62d25d4f2972d5ee5528e2bdf3bd5a1752f8f00ed0965a638c30e
|
|
| MD5 |
b2dd4b92aab6a4d2068dc4e662fbdbf8
|
|
| BLAKE2b-256 |
0dd3df77295263dd42557866c1942b839a6a495734f69f75ac7c017659893ceb
|
File details
Details for the file frida_dexdump-1.0.1-py3-none-any.whl.
File metadata
- Download URL: frida_dexdump-1.0.1-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac06bc6a1a4e9900a7d6fcfac85b50e6fc6e3c58cfbed988e836d1018fba91c9
|
|
| MD5 |
9c02df13210ff0c4f0a50b125ebaa903
|
|
| BLAKE2b-256 |
cff9e925cccaa14481c20589e003b834e087fc864d6c1999546a1d2004c57c35
|