October 2018
Beginner to intermediate
436 pages
9h 36m
English
Volatility can be downloaded from https://www.volatilityfoundation.org/releases. For this section, our VirtualBox host is in a Linux Ubuntu machine. The Volatility command parameters shown here should also be the same when used in Windows.
First, we need to identify the exact operating system version using Volatility using the imageinfo parameter, as shown in the following examples:
vol -f ~/memory.dmp imageinfo

Again, ~/memory.dmp is the file path of the memory we just dumped. The result should show a list of the identified OS profile. For Windows 7 SP1 32-bit, we would be using Win7SP1x86 ...
Read now
Unlock full access