Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
LPTOP_LEVEL_EXCEPTION_FILTER oldFilter;
102
103
void AddExceptionHandler()
104
{
105
oldFilter = SetUnhandledExceptionFilter(HandleUnknownException);
106
}
107
void RemoveExceptionHandler()
108
{
109
SetUnhandledExceptionFilter(oldFilter);
Callers
2
_tWinMain
Function · 0.85
DllMain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected