Catalog LOLBAS

LOL · OtherMSBinary

Procdump.exe

2 techniques WindowsLOLBAS GPL-3.0

Execute

Execution Windows

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

Use Performs execution of unsigned DLL.

procdump.exe -md {PATH:.dll} explorer.exe
Context
user
Native
Execute
MITRE
T1202

Execute

Execution Windows

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

Use Performs execution of unsigned DLL.

procdump.exe -md {PATH:.dll} foobar
Context
user
Native
Execute
MITRE
T1202