Searched refs:PEB (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/nt/
H A Dnt-and-windows.h31 #define PEB IncompleteWindows_PEB macro
44 #undef PEB macro
H A Dnt.h66 #define PEB Incomplete_PEB macro
206 #undef PEB macro
876 /* End of PEB in W52 (Windows XP (RTM))! */
882 /* End of PEB in W52 (Windows Server 2003)! */
885 /* End of PEB in W6 (windows Vista)! */
932 /** The size of the windows 8.1 PEB structure. */
934 /** The size of the windows 8.0 PEB structure. */
936 /** The size of the windows 7 PEB structure. */
938 /** The size of the windows vista PEB structure. */
940 /** The size of the windows server 2003 PEB structur
1353 typedef PEB_COMMON PEB; typedef
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp244 /** The probable size of the PEB. */
247 PEB Peb;
3340 * This restores the child PEB and tweaks a couple of fields before we do the
3348 * Make a copy of the pre-execution PEB.
3350 PEB Peb = pThis->Peb;
3387 * Write back the PEB.
3594 * This messes with the child PEB before we trigger the initial image events.
3601 * Not sure if any of the cracker software uses the PEB at this point, but
3602 * just in case they do make some of the PEB fields a little less useful.
3604 PEB Pe
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h228 * PEB data structure
300 } PEB, *PPEB; typedef in typeref:struct:_PEB
2401 NTSYSAPI PEB * WINAPI RtlGetCurrentPeb(void);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h228 * PEB data structure
300 } PEB, *PPEB; typedef in typeref:struct:_PEB
2347 NTSYSAPI PEB * WINAPI RtlGetCurrentPeb(void);

Completed in 131 milliseconds