Skip to content

suzuke/android-dumptool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-dumptool

Memory search/dump utils for Android

To build these tools, you'll need the Android NDK and ndk-build in the path.

There are two utils created in the build:

  • dumpmem - Maps /dev/mem over a given address range (hardcoded), and searches it.
  • dumptool - Uses the Linux ptrace mechanism to search a given process' memory. This may be faster for more targeted searching.

About

Memory search/dump utils for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 68.9%
  • Python 26.3%
  • Makefile 3.5%
  • Shell 1.3%