Skip to content

akio7624/allmemdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Usage

  1. Copy the binary to the appropriate path ex) /data/local/tmp
  2. Grant Execution Permissions
chmod 777 ./allmemdump
  1. run
./allmemdump <pid>
  1. The dump is extracted in /data/local/tmp/allmemdump-result.

Description

On the rooted Android device, use ptrace to dump the memory area with all r privileges on the pid. This project was created out of my need, so there may be bugs.

Build

You need Android NDK. I'm use NDK 26.1.10909125.

ex) Windows

"your_ndk_path\ndk-build.cmd" -C this_repository_path

About

Android Memory Dumper Using ptrace

Resources

Stars

Watchers

Forks

Packages

No packages published