Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
/ frida-dexdump Public archive

A frida tool to dump dex in memory to support security engineers analyzing malware.

License

Notifications You must be signed in to change notification settings

hluwa/frida-dexdump

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2022
Nov 12, 2022
Mar 24, 2022
Aug 14, 2020
Feb 14, 2022
Feb 14, 2022
Feb 14, 2022
Feb 14, 2022
Feb 14, 2022

Repository files navigation

FRIDA-DEXDump

frida-dexdump is a frida tool to find and dump dex in memory to support security engineers in analyzing malware.

Make Jetbrains Great Again

Features

  1. Support fuzzy search broken header dex(deep search mode).
  2. Compatible with all android version(frida supported).
  3. One click installation, without modifying the system, easy to deploy and use.

Installation

pip3 install frida-dexdump

Usage

CLI arguments base on frida-tools, you can quickly dump the foreground application like this:

frida-dexdump -FU

Or specify and spawn app like this:

frida-dexdump -U -f com.app.pkgname

Additionally, you can see in -h that the new options provided by frida-dexdump are:

-o OUTPUT, --output OUTPUT  Output folder path, default is './<appname>/'.
-d, --deep-search           Enable deep search mode.
--sleep SLEEP               Waiting times for start, spawn mode default is 5s.

When using, I suggest using the -d, --deep-search option, which may take more time, but the results will be more complete.

screenshot

Build and develop

make

Requires

See requirements.txt

Internals

《深入 FRIDA-DEXDump 中的矛与盾》

About

A frida tool to dump dex in memory to support security engineers analyzing malware.

Resources

License

Stars

Watchers

Forks

Packages

No packages published