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(a)gmail.com> wrote:
On Fri, Mar 27, 2009 at 7:06 PM, Sylvain Petreolle
<spetreolle(a)yahoo.fr> wrote:
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