Description:Loads calc.dll where DLL is configured with a 'MiniDumpCallbackRoutine' exported function. Valid process must be provided as dump still created.
Usecase:Performs execution of unsigned DLL.
Category:Execute
Privileges:User
MitreID:T1202
OperatingSystem:Windows 8.1 and higher, Windows Server 2012 and higher.
- Command:procdump.exe -md calc.dll foobar
Description:Loads calc.dll where configured with DLL_PROCESS_ATTACH execution, process argument can be arbitrary.
Usecase:Performs execution of unsigned DLL.
Category:Execute
Privileges:User
MitreID:T1202
OperatingSystem:Windows 8.1 and higher, Windows Server 2012 and higher.