https://github.com/aishee/andump
Tools dump memory for android.
https://github.com/aishee/andump
android forensic memory mobile-security
Last synced: 2 months ago
JSON representation
Tools dump memory for android.
- Host: GitHub
- URL: https://github.com/aishee/andump
- Owner: aishee
- Created: 2017-09-04T02:46:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T02:59:41.000Z (almost 9 years ago)
- Last Synced: 2025-05-13T18:54:48.618Z (about 1 year ago)
- Topics: android, forensic, memory, mobile-security
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Andump
Tools dump memory for android.
### Usage
```Bash
python dump.py -pid -saddr -eaddr
```
* <PID>: process pid
* <start_addr>: start address dump
* <end_addr>: end address dump
#### Example
```Bash
python dump.py -pid 1317 -saddr b41ac000 -eaddr b41af000
```