A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Alex Ionescu 40e1082e3d - Rename ModuleListHead to PsLoadedModulesList.
- Start implementing some routines of the Mm SysLdr. Implemented MiSnapThunk and most of MiResolveImageReferences. The SysLdr has a lot of restrictions that the typical Ldr in user-mode doesn't, as well as manages imports and reference counts them, so the code can't be shared with ntdll's Ldr (this is also why real NT doesn't have an Ldr component, and this is in Mm).
- Fix some PE Header types that were wrong in our PSDK.

svn path=/trunk/; revision=25872
2007-02-22 00:01:52 +00:00
irc modified Resources/hresult.xml 2006-09-09 10:53:28 +00:00
reactos - Rename ModuleListHead to PsLoadedModulesList. 2007-02-22 00:01:52 +00:00
rosapps adding file dump.c it contain printf stuff to dump some struct to the screen it can make debuging more easy. but if u build reactos with DBG=0 you will not see the dump of the stuct I mabe will add a option to it when u start this tools so it dump data when u use the options. 2007-02-17 15:01:01 +00:00