Skip to content

A simple script to search & dump dex file on memory.

Notifications You must be signed in to change notification settings

tutuoo/FRIDA-DEXDump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FRIDA-DEXDump

Chinese WriteUp

Is an Android Unpacker for fast and simple. Implemented with search dex-magic in memory.

Feature

  1. support fuzzy search no-magic dex. (eg: baidu protect)
  2. auto fill magic into dex-header.
  3. compatible with full android version(frida supported).

Usage

  1. update your's frida-server and python frida.
  2. launch app.
  3. python main.py.
  4. check ./<pkg_name>/*.dex on computer.

Screenshot

About

A simple script to search & dump dex file on memory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.9%
  • Python 44.1%