Searched defs:pbNtCreateSection (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp2389 uint8_t * const pbNtCreateSection = (uint8_t *)(uintptr_t)pfnNtCreateSection; local
2390 g_pbNtCreateSection = pbNtCreateSection;
2391 memcpy(g_abNtCreateSectionPatch, pbNtCreateSection, sizeof(g_abNtCreateSectionPatch));
2444 - (uintptr_t)&pbNtCreateSection[1+4];

Completed in 63 milliseconds