| 3 | |
| 4 | |
| 5 | int FSecure::WinTools::StructuredExceptionHandling::Filter(unsigned int code, struct _EXCEPTION_POINTERS* ep) |
| 6 | { |
| 7 | return EXCEPTION_EXECUTE_HANDLER; |
| 8 | } |
| 9 | |
| 10 | DWORD WINAPI FSecure::WinTools::StructuredExceptionHandling::SehWrapper(CodePointer func) |
| 11 | { |
nothing calls this directly
no outgoing calls
no test coverage detected