Skip to content

lihe07/dexdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dexdump

A simple CLI tool to dump .dex codes in memory. Without ptrace.

Made for a specific protection. May not work for all packers.

Usage

Push the executable to the target device. Acquire root access and run:

dexdump <Process Name>

The dumped .dex file will be saved in the current working directory.

Build

First, clone the repository:

git clone https://github.com/lihe07/dexdump
cd ./dexdump

Ensure the path to NDK clang in the Makefile is correct. Then, build the project:

make

This will generate the executable dexdump in the current directory.

About

A simple CLI tool to dump .dex codes in memory. Without `ptrace`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors