Setup
Specify Profile:
vol.py --profile=Win7SP1x86 -f /path/to/memory.dmp
Image Info:
vol.py -f /path/to/file imageinfo
List Processes:
vol.py -f /path/to/file pslist
Hidden Processes:
vol.py -f /path/to/file psscan
Process Tree:
vol.py -f /path/to/file pstree
Dump Process Executable:
vol.py -f /path/to/file procdump -p <PID> -D /path/to/dir
List Open Handles:
vol.py -f /path/to/file handles -p <PID>
List DLLs:
vol.py -f /path/to/file dlllist -p <PID>
Process Command Line:
vol.py -f /path/to/file cmdline -p <PID>
Connections and Ports:
vol.py -f /path/to/file netscan
Registry Hives:
vol.py -f /path/to/file hivelist #download