Last active
February 7, 2018 15:32
-
-
Save david-wm-sanders/f8af93fb3e520d090411ffad80c2cd35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python vol.py -f image.raw imageinfo | |
vol.py pslist -vf level1.vmem --profile=Win7SP1x86 | |
vol.py cmdline -vf level1.vmem --profile=Win7SP1x86 | grep 'nut.exe' | |
vol.py dlllist -v -p 1360 -f level1.vmem --profile=Win7SP1x86 | |
vol.py handles -v -p 2648 -f level1.vmem --profile=Win7SP1x86 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment