Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aliasIsolation/aliasIsolation
/ installCrashHandler
Function
installCrashHandler
src/crashHandler/crashHandler.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
void *load_modules_symbols( HANDLE hProcess, DWORD pid );
35
36
void installCrashHandler()
37
{
38
SetUnhandledExceptionFilter(&Filter);
39
}
40
41
void uninstallCrashHandler()
42
{
Callers
1
DllMain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected