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