I have a memory dump (unmanaged process) . How can I extract (using windbg) one of the dlls loaded into the process ? I mean actually saving the dll file into the disk
|
|
Yes, it's true. calc.exe will also pull up its multi user language interface information and attach it in memory, as will a lot of Windows programs like mspaint, photoviewer, etc. |
||
|
|
|
|
use .writemem extension: detailed here |
||||
|
|
|
You can use the sos.dll inside windbg directory. First, load the sos.dll in windbg:
Then use !sam OR !SaveAllModule to extract the modules on specific disk location:
|
||
|
|
