Skip to content

externalist/android-dump-memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a simple tool to dump memory contents from android processes.

  • It requires the device to be rooted.

This tool is based on Peter Teoh's blog post. I've added a couple features such as "dump", "search", "show". Search is useful for searching sensitive information(passwords and such) in the memory.

Sample binaries are included.

Usage

android_dump_memory <dump|show|search> <pid> <start_address> <total_bytes> [search string]
  • dump : Dump memory contents to a file. File name will be in the format ./dump_startaddress_endaddress.

Alt text

  • show : Print memory contents in the console.

Alt text

  • search : search for an ASCII/UNICODE string.

Alt text

  • start_address, and total_bytes should start with "0x", cause sscanf expects it to be there.

About

Android memory dump utils

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published