Hi,
I searched for everywhere in the source code to see the definition of the MMVAD struct, but it is nowhere.
So I suppose that we have something else (with different name) for that? If so, where is it?
Thanks, Jun
Did you try with Doxygen? I don't, how actual it is, but Doxygen should contain at least 0.3.8. bye Be59
Hi,
I searched for everywhere in the source code to see the definition of the MMVAD struct, but it is nowhere.
So I suppose that we have something else (with different name) for that? If so, where is it?
Thanks, Jun _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Found in TechWiki : http://www.reactos.de/wiki/index.php/Techwiki/ntoskrnl/MMVAD
Kind regards, Sylvain Petreolle
----- Message d'origine ----
De : Jun Koi junkoi2004@gmail.com À : ReactOS Development List ros-dev@reactos.org Envoyé le : Vendredi, 27 Mars 2009, 9h31mn 22s Objet : [ros-dev] Where is MMVAD struct?
Hi,
I searched for everywhere in the source code to see the definition of the MMVAD struct, but it is nowhere.
So I suppose that we have something else (with different name) for that? If so, where is it?
Thanks, Jun _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
On Fri, Mar 27, 2009 at 7:06 PM, Sylvain Petreolle spetreolle@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
----- Message d'origine ----
De : Jun Koi junkoi2004@gmail.com À : ReactOS Development List ros-dev@reactos.org Envoyé le : Vendredi, 27 Mars 2009, 9h31mn 22s Objet : [ros-dev] Where is MMVAD struct?
Hi,
I searched for everywhere in the source code to see the definition of the MMVAD struct, but it is nowhere.
So I suppose that we have something else (with different name) for that? If so, where is it?
Thanks, Jun _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
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@gmail.com wrote:
On Fri, Mar 27, 2009 at 7:06 PM, Sylvain Petreolle spetreolle@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