[ros-dev] Re : Where is MMVAD struct?

James Tabor jimtabor.rosdev at gmail.com
Sat Mar 28 06:22:14 CET 2009


Hi,
We need MmSecureVirtualMemory and friends. If my memory is correct, it
returns a pointer from with in that structure (MMVAD) or to another
one. ATM we have hax in win32k/eng/mem.c to support something like it
but when I tested it, it did not work properly.

Thanks,
James

Ref:
For the newbies:
Run WinDbg, connect, type "dt nt!_MMVAD" return, to dump everything
"dt -r nt!_MMVAD" than return first level of recursive dump. dt nt!*
gives the whole list. It also works with dt win32k!*. Give it some
time.....

On Fri, Mar 27, 2009 at 10:25 AM, Jun Koi <junkoi2004 at gmail.com> wrote:
> On Fri, Mar 27, 2009 at 7:06 PM, Sylvain Petreolle <spetreolle at yahoo.fr> wrote:
>>
>> Found in TechWiki :
>> http://www.reactos.de/wiki/index.php/Techwiki/ntoskrnl/MMVAD
>
> I found that too, but my question actually is: why dont we have that
> in source code?? Because we dont really we need that??
>
> Thanks,
> Jun


More information about the Ros-dev mailing list