Archive for September 17th, 2008

Retrieving MmPhysicalMemoryBlock regardless of the NT version.

September - 17 - 2008
Posted by Matthieu Suiche
Comments Off

Here is a method I’m using in the next version of Win32DD (1.2), to retrieve MmPhysicalMemoryBlock regardless of the NT Version. The main problem with KDDEBUGGER_DATA64 structure is the version dependency. Then, we have to rebuild this field by ourselves. To retrieve physical memory runs, I’m using MmGetPhysicalMemoryRanges() *undocumented* function. This function usage had been  [ Read More ]

Sponsors