vbox的更動 66351 路徑 trunk/src/VBox/HostDrivers
- 時間撮記:
- 2017-3-30 上午08:32:12 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器