MCPcopy Create free account
hub / github.com/aliasIsolation/aliasIsolation / SetUnhandledExceptionFilter_hook

Function SetUnhandledExceptionFilter_hook

src/dll/dllMain.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42LPTOP_LEVEL_EXCEPTION_FILTER WINAPI
43SetUnhandledExceptionFilter_hook(LPTOP_LEVEL_EXCEPTION_FILTER /*lpTopLevelExceptionFilter*/)
44{
45 return nullptr;
46}
47void *SetUnhandledExceptionFilter_orig = nullptr;
48
49BOOL APIENTRY DllMain(HMODULE /*hModule*/, DWORD ul_reason_for_call, LPVOID /*lpReserved*/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected