// // _seh_filter_dll from 0x18013165c to 0x18013166f (19 bytes) // // 1 xrefs: // > __scrt_dllmain_exception_filter @ 0x1801205c7 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // int __cdecl seh_filter_dll(unsigned int ExceptionNum, struct _EXCEPTION_POINTERS *ExceptionPtr) { if ( ExceptionNum == -529697949 ) return seh_filter_exe(0xE06D7363, ExceptionPtr); else return 0; }