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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2796 static bool supdrvNtProtectIsWhitelistedDebugger(PEPROCESS pProcess) function
3251 else if (supdrvNtProtectIsWhitelistedDebugger(PsGetCurrentProcess()))
3506 else if (supdrvNtProtectIsWhitelistedDebugger(PsGetCurrentProcess()))
4017 bool fIsDebugger = supdrvNtProtectIsWhitelistedDebugger(pDbgProc);

Completed in 64 milliseconds