memory dump - Open PDF found with volatility -


my task analyze memory dump. i've found location of pdf-file , want analyze virustotal. can't figure out how "download" memory dump.

i've tried command:

python vol.py -f img.vmem dumpfiles -r pdf$ -i --name -d dumpfiles/ 

but in dumpfile-directory there .vacb file not valid pdf.

i think may have missed command line argumenet command:

python vol.py -f img.vmem dumpfiles -r pdf$ -i --name -d dumpfiles/ 

if not getting .dat file in output folder can add -u:

-u, --unsafe relax safety constraints more data

can't test out access dump should able rename .dat file created .pdf.

so should this:

python vol.py -f img.vmem dumpfiles -r pdf$ -i --name -d dumpfiles/ -u 

you can check out documentation on commands here


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -