Changeset 53018 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Oct 10, 2014 2:01:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
r53017 r53018 1493 1493 if (MemInfo.Type == MEM_PRIVATE) 1494 1494 { 1495 SUP_DPRINTF(("supHardNtVpScanVirtualMemory: Freeing exec mem at %p (%p LB %#zx)\n", 1495 SUP_DPRINTF((pThis->fFlags & SUPHARDNTVP_F_EXEC_ALLOC_REPLACE_WITH_ZERO 1496 ? "supHardNtVpScanVirtualMemory: Replacing exec mem at %p (%p LB %#zx)\n" 1497 : "supHardNtVpScanVirtualMemory: Freeing exec mem at %p (%p LB %#zx)\n", 1496 1498 uPtrWhere, MemInfo.BaseAddress, MemInfo.RegionSize)); 1497 1499 PVOID pvFree = MemInfo.BaseAddress;
Note:
See TracChangeset
for help on using the changeset viewer.