Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
frida-dexdump — A frida tool to dump dex in memory to support security engineers analyzing malware. | Kitploit
Tools/GitHubGitHub/hluwa/frida-dexdump
Android SecurityDynamic Analysis (Sandboxing)Memory ForensicsReverse EngineeringForensicsMalware AnalysisMobile SecurityBinary AnalysisArchived
GitHubhluwa/frida-dexdump

frida-dexdump

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

4.6k94983 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository

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

root@kitploit:~
pip3 install frida-dexdump

Usage

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

root@kitploit:~
frida-dexdump -FU

Or specify and spawn app like this:

root@kitploit:~
frida-dexdump -U -f com.app.pkgname

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

root@kitploit:~
-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

root@kitploit:~
make

Requires

See requirements.txt

Internals

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

Download Tool