AndroMemDumper

AndroMemDumper is a tool used to dump the memory of a specific process on Android.

Dependency

python2.7

Platform

Tested on Ubuntu12.04_64 and window7_64

Usage

Run the following command:

python dump.py -pid <PID> -saddr <start_addr> -eaddr <end_addr>

Note