MCPcopy Create free account
hub / github.com/SpecialKO/SpecialK / SK_AddVectoredExceptionHandler

Function SK_AddVectoredExceptionHandler

src/diagnostics/debug_utils.cpp:3812–3822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3810AddVectoredExceptionHandler_Detour (
3811 _In_ ULONG First,
3812 _In_ PVECTORED_EXCEPTION_HANDLER Handler )
3813{
3814 SK_LOG_FIRST_CALL
3815
3816#ifdef DISABLE_ESO_ANTIDEBUG
3817 if (SK_IsCurrentGame (SK_GAME_ID::ElderScrollsOnline))
3818 {
3819 HMODULE hModHandler;
3820 if (GetModuleHandleExW (GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, (LPCWSTR)Handler, &hModHandler))
3821 {
3822 if (hModHandler == SK_GetModuleHandleW (nullptr))
3823 {
3824 return nullptr;
3825 }

Callers 4

TrapManagerMethod · 0.85
SK_CPU_TestForMWAITXFunction · 0.85
InitMethod · 0.85
SK_ACS_InitPluginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected