Skip to content

Dump the memory of any running process and rebuild it back into an executable file for analysis with DMA

Notifications You must be signed in to change notification settings

AvtandilJaparidze/DMA-ProcessDump

Repository files navigation

DMA-ProcessDump:

DMA-ProcessDump is a tool that allows you to dump processes running inside a QEMU virtual machine (running a windows operating system) from a linux host using MemProcFS

Prerequisites:

Installing:

Run make from the root folder, it will build all dependencies and then build the main tool. Make sure you have all dependencies for MemProcFS installed.

Usage:

Run the ExecutableDumper with root permissions and provide it the name of the process and the memory map acquisition socket path from your QEMU XML file.

Example: sudo ./ExecutableDumper -p explorer.exe -s /tmp/qmp-win10.sock

About

Dump the memory of any running process and rebuild it back into an executable file for analysis with DMA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published