// // __GSHandlerCheck_EH from 0x18014268c to 0x18014270b (127 bytes) // // 2 xrefs: // > @ 0x180192730 // > @ 0x180203d70 // // 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 // __int64 __fastcall _GSHandlerCheck_EH(struct EHExceptionRecord *a1, unsigned __int64 a2, __int64 a3, __int64 a4) { __int64 v4; // rbx __int64 result; // rax v4 = *(_QWORD *)(a4 + 56); _GSHandlerCheckCommon(a2, a4); result = 1; if ( ((((a1->ExceptionFlags & 0x66) != 0) + 1) & *(_DWORD *)(v4 + 4)) != 0 ) return _CxxFrameHandler3(a1, a2, a3, a4); return result; }