Changeset 65782 in vbox for trunk/src/VBox
- Timestamp:
- Feb 13, 2017 5:55:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r64532 r65782 2572 2572 offExecPage = RT_ALIGN_32(offExecPage + 4, 8); 2573 2573 *(uint64_t *)&g_abSupHardReadWriteExecPage[offExecPage] = (uintptr_t)&pbLdrLoadDll[offJmpBack]; 2574 offExecPage = RT_ALIGN_32(off JmpBack+ 8, 16);2574 offExecPage = RT_ALIGN_32(offExecPage + 8, 16); 2575 2575 2576 2576 /* Assemble the LdrLoadDll patch. */ … … 2606 2606 *(uint32_t *)&g_abSupHardReadWriteExecPage[offExecPage] = (uintptr_t)&pbLdrLoadDll[offJmpBack] 2607 2607 - (uintptr_t)&g_abSupHardReadWriteExecPage[offExecPage + 4]; 2608 offExecPage = RT_ALIGN_32(off JmpBack+ 4, 16);2608 offExecPage = RT_ALIGN_32(offExecPage + 4, 16); 2609 2609 2610 2610 /* Assemble the LdrLoadDll patch. */
Note:
See TracChangeset
for help on using the changeset viewer.