Skip to content

Device_DumpIt

ufrisk edited this page Oct 14, 2019 · 5 revisions

Memory Acquisition Method: DumpIt

The LeechCore library supports reading live memory by using Comae DumpIt.

Facts in short:

  • Is supported on 32-bit and 64-bit Windows.
  • Acquires memory in read-only mode.
  • Acquired memory is assumed to be volatile.
  • Have additional requirements.

The LeechCore process must be started from DumpIt in elevated administrator mode for DumpIt to be able to capture live memory.


Connection string:

LeechCore API:

Please specify the acquisition device type in LEECHCORE_CONFIG.szDevice when calling LeechCore_Open. The acquisition device type is dumpit.

PCILeech / MemProcFS:

Please specify the device type in the -device option or start from DumpIt directly

Examples:

-device dumpit -remote rpc://<spn>:<somehost>

DumpIt.exe /LIVEKD /A MemProcFS.exe


Requirements:

Depends on DumpIt.exe. Please download the latest version of Comae DumpIt from Comae.

Clone this wiki locally