MCPcopy Create free account
hub / github.com/NtQuery/Scylla / AddExceptionHandler

Function AddExceptionHandler

Scylla/main.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101LPTOP_LEVEL_EXCEPTION_FILTER oldFilter;
102
103void AddExceptionHandler()
104{
105 oldFilter = SetUnhandledExceptionFilter(HandleUnknownException);
106}
107void RemoveExceptionHandler()
108{
109 SetUnhandledExceptionFilter(oldFilter);

Callers 2

_tWinMainFunction · 0.85
DllMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected