MCPcopy 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

34void *load_modules_symbols( HANDLE hProcess, DWORD pid );
35
36void installCrashHandler()
37{
38 SetUnhandledExceptionFilter(&Filter);
39}
40
41void uninstallCrashHandler()
42{

Callers 1

DllMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected