Changeset 66351 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Mar 30, 2017 8:32:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
r64737 r66351 1758 1758 cXpExceptions++; 1759 1759 SUP_DPRINTF((" %p-%p %#06x/%#06x %#09x XP CSRSS read-only region\n", MemInfo.BaseAddress, 1760 (uintptr_t)MemInfo.BaseAddress -MemInfo.RegionSize - 1, MemInfo.Protect,1760 (uintptr_t)MemInfo.BaseAddress + MemInfo.RegionSize - 1, MemInfo.Protect, 1761 1761 MemInfo.AllocationProtect, MemInfo.Type)); 1762 1762 } … … 1770 1770 ? " *%p-%p %#06x/%#06x %#09x !!\n" 1771 1771 : " %p-%p %#06x/%#06x %#09x !!\n", 1772 MemInfo.BaseAddress, (uintptr_t)MemInfo.BaseAddress -MemInfo.RegionSize - 1,1772 MemInfo.BaseAddress, (uintptr_t)MemInfo.BaseAddress + MemInfo.RegionSize - 1, 1773 1773 MemInfo.Protect, MemInfo.AllocationProtect, MemInfo.Type)); 1774 1774 # ifdef IN_RING3 … … 1828 1828 ? " *%p-%p %#06x/%#06x %#09x\n" 1829 1829 : " %p-%p %#06x/%#06x %#09x\n", 1830 MemInfo.BaseAddress, (uintptr_t)MemInfo.BaseAddress -MemInfo.RegionSize - 1,1830 MemInfo.BaseAddress, (uintptr_t)MemInfo.BaseAddress + MemInfo.RegionSize - 1, 1831 1831 MemInfo.Protect, MemInfo.AllocationProtect, MemInfo.Type)); 1832 1832
Note:
See TracChangeset
for help on using the changeset viewer.