WindowsAdministrator on 29 Apr 2008 05:08 pm
[Windbg] Save the memory information to the file
Reference the blog from here
To save a memory range to a file use WinDbg .writemem command:
.writemem d2p-range.bin 00800000 0085e000
or
.writemem d2p-range.bin 00400000 L20000