Praetorian503 Posted January 22, 2013 Report Posted January 22, 2013 Description: In this video I will show you how to use Volatility Process Memory & Kernel Memory and Objects plugging usage, I will cover how to dump Process exe and Kernel Memory.Plugging are used• Process Memoryo memmapo memdumpo procmemdumpo procexedumpo vadwalko vadtreeo vadinfoo vaddump• Kernel Memory and Objectso moduleso modscano moddumpo ssdto driverscano filescano mutantscano symlinkscano thrdscanmemmapFor a brief inspection of the addressable memory pages in a processmemdumpTo extract all data from the various memory segments in a process and dump them to a single fileprocmemdumpTo dump a process's executable (including the slack space), use the procmemdump command.procexedumpTo dump a process's executablevadwalkTo briefly inspect a process's VAD nodesvadtreeTo display the VAD nodes in a visual tree formvadinfoThe vadinfo command displays extended information about a process's VAD nodesvaddumpTo extract the data contained within each VAD segmentKernel Memory and ObjectsmodulesTo view the list of kernel drivers loaded on the systemmodscanTo scan physical memory for kernel modules, use the modscan commandmoddumpTo extract a kernel driver to a filessdtTo list the functions in the Native and GUI SSDTsdriverscanTo scan for DRIVER_OBJECTs in physical memoryfilescanTo scan physical memory for FILE_OBJECTsmutantscanTo scan physical memory for KMUTANT objectssymlinkscanThis plugin scans for symbolic link objects and outputs their information.thrdscanTo scan for ETHREAD objects in physical memorySource : - CommandReference - volatility - Example usage cases and output for Volatility 2.0 commands - An advanced memory forensics framework - Google Project HostingDisclaimer: We are a infosec video aggregator and this video is linked from an external website. The original author may be different from the user re-posting/linking it here. Please do not assume the authors to be same without verifying.Original Source: Source: Volatility Process Memory - Kernel Memory And Objects Usage 1 Quote