SysInternals Memory Dump Tool
Loads the specified DLL where DLL is configured with a 'MiniDumpCallbackRoutine' exported function. Valid process must be provided as dump still created.
procdump.exe -md {PATH:.dll} explorer.exe
Loads the specified DLL where configured with DLL_PROCESS_ATTACH execution, process argument can be arbitrary.
procdump.exe -md {PATH:.dll} foobar