Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 330 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 330 Bytes

Andump

Tools dump memory for android.

Usage

python dump.py -pid <PID> -saddr <start_addr> -eaddr <end_addr>
  • <PID>: process pid
  • <start_addr>: start address dump
  • <end_addr>: end address dump


Example

python dump.py -pid 1317 -saddr b41ac000 -eaddr b41af000