January 2020
Intermediate to advanced
448 pages
11h 42m
English
During the course of the analysis, it may become necessary to dump the memory-resident pages associated with a process. In this case, the memdump plugin is run against the memory image, with the output directed to a folder, via the following command:
dfir@Desktop-SFARF6G~$ volatility -f cridex_laptop.mem -profile=WinXPSP2x86 -p 1640 memdump --dump-dir /mnt/d/Suspicious_Process_PID_1640
The command produces the following output:

The DMP file will be written to the location selected.
Read now
Unlock full access