- Joined
- May 15, 2017
- Messages
- 982
- Likes
- 760
- Points
- 1,045
VAMPY – Minimal tool for RAM dumping.
Installation
Download
Installation
Basics
usage:
-o, --output <DIRECTORY/PATH>Output directory to store dump results
(strings of all dumped data will be sa
ved in the local directory)
-p, --process <NAME>Name of application to dump
tips:
Use frida-ps to get process names and PIDs
e.g:
$python vampy.py -p firefox-esr
Download