MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / Filter

Method Filter

Src/Common/FSecure/WinTools/StructuredExceptionHandling.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4
5int FSecure::WinTools::StructuredExceptionHandling::Filter(unsigned int code, struct _EXCEPTION_POINTERS* ep)
6{
7 return EXCEPTION_EXECUTE_HANDLER;
8}
9
10DWORD WINAPI FSecure::WinTools::StructuredExceptionHandling::SehWrapper(CodePointer func)
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected