Changeset 52744 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Sep 15, 2014 11:18:44 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r52741 r52744 3499 3499 /* 3500 3500 * Unmap the image we mapped into the guest above. 3501 * Experiment: Don't unmap for avast. 3502 */ 3503 if (!(g_fSupAdversaries & SUPHARDNT_ADVERSARY_AVAST)) 3504 { 3505 supR3HardNtPuChUnmapDllFromChild(pThis, pvKernel32, "kernel32.dll"); 3506 supR3HardNtPuChUnmapDllFromChild(pThis, pvKernelBase, "KernelBase.dll"); 3507 } 3501 */ 3502 supR3HardNtPuChUnmapDllFromChild(pThis, pvKernel32, "kernel32.dll"); 3503 supR3HardNtPuChUnmapDllFromChild(pThis, pvKernelBase, "KernelBase.dll"); 3508 3504 supR3HardNtPuChUnmapDllFromChild(pThis, pvNtDll2, "ntdll.dll[2nd]"); 3509 3505 supR3HardNtPuChUnmapDllFromChild(pThis, pvExe2, "executable[2nd]");
Note:
See TracChangeset
for help on using the changeset viewer.