Changeset 59810 in vbox for trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
- Timestamp:
- Feb 25, 2016 2:48:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r58730 r59810 5480 5480 * SUPHardenedVerfiyImage-win.cpp.) 5481 5481 */ 5482 supR3HardenedWinInitVersion( );5482 supR3HardenedWinInitVersion(false /*fEarly*/); 5483 5483 g_enmSupR3HardenedMainState = SUPR3HARDENEDMAINSTATE_WIN_VERSION_INITIALIZED; 5484 5484 … … 5704 5704 * Init g_uNtVerCombined as well as we can at this point. 5705 5705 */ 5706 supR3HardenedWinInitVersion( );5706 supR3HardenedWinInitVersion(true /*fEarly*/); 5707 5707 5708 5708 /* … … 5719 5719 char **papszArgs = suplibCommandLineToArgvWStub(CmdLineStr.Buffer, CmdLineStr.Length / sizeof(WCHAR), &cArgs); 5720 5720 supR3HardenedOpenLog(&cArgs, papszArgs); 5721 SUP_DPRINTF(("supR3HardenedVmProcessInit: uNtDllAddr=%p \n", uNtDllAddr));5721 SUP_DPRINTF(("supR3HardenedVmProcessInit: uNtDllAddr=%p g_uNtVerCombined=%#x\n", uNtDllAddr, g_uNtVerCombined)); 5722 5722 5723 5723 /*
Note:
See TracChangeset
for help on using the changeset viewer.