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

https://github.com/m4n3dw0lf/vampy

VAMPY - Minimal tool for RAM dumping.
https://github.com/m4n3dw0lf/vampy

dump frida ram

Last synced: 8 months ago
JSON representation

VAMPY - Minimal tool for RAM dumping.

Awesome Lists containing this project

README

          

# vampy

VAMPY - Minimal tool for RAM dumping.

![alt text](banner.png)

## Installation
```
git clone https://github.com/m4n3dw0lf/vampy
cd vampy
python vampy.py
```

## Basics
```
usage:
-o, --output Output directory to store dump results
(strings of all dumped data will be sa
ved in the local directory)

-u, --usb Specify that the dump will be made on
USB connected device.

-p, --process Name of application to dump

tips:
Use frida-ps to get process names and PIDs

e.g:
$python vampy.py -p firefox-esr
```