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.
- Host: GitHub
- URL: https://github.com/m4n3dw0lf/vampy
- Owner: m4n3dw0lf
- License: gpl-3.0
- Created: 2017-03-26T00:06:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T03:21:31.000Z (about 9 years ago)
- Last Synced: 2025-04-07T22:51:11.469Z (over 1 year ago)
- Topics: dump, frida, ram
- Language: Python
- Size: 26.4 KB
- Stars: 10
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vampy
VAMPY - Minimal tool for RAM dumping.

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