Ticket #15664: vbox-patch-for-hardened.diff
| File vbox-patch-for-hardened.diff, 701 bytes (added by , 8 years ago) |
|---|
-
src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
1444 1444 break; 1445 1445 if (pMemInfo->AllocationBase != MemInfo2.AllocationBase) 1446 1446 break; 1447 cbFree += MemInfo2.RegionSize; 1447 1448 } 1448 1449 SUP_DPRINTF(("supHardNtVpFreeOrReplacePrivateExecMemory: %s exec mem at %p (LB %#zx, %p LB %#zx)\n", 1449 1450 pThis->fFlags & SUPHARDNTVP_F_EXEC_ALLOC_REPLACE_WITH_RW ? "Replacing" : "Freeing",

