Procdump.exe

SysInternals Memory Dump Tool

Paths

  • no default

Commands

Execute

Loads the specified DLL where DLL is configured with a 'MiniDumpCallbackRoutine' exported function. Valid process must be provided as dump still created.

Use case: Performs execution of unsigned DLL.

Privileges: User

procdump.exe -md {PATH:.dll} explorer.exe

Execute

Loads the specified DLL where configured with DLL_PROCESS_ATTACH execution, process argument can be arbitrary.

Use case: Performs execution of unsigned DLL.

Privileges: User

procdump.exe -md {PATH:.dll} foobar

Detection

Resources