An open API service indexing awesome lists of open source software.

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.

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
```