- 857
 
- 41
 
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