// // _raise_exc from 0x1801333d0 to 0x1801333f7 (39 bytes) // // 2 xrefs: // > _handle_error @ 0x180133ad3 // > @ 0x180203134 // // 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 raise_exc(int a1, int a2, int a3, int a4, __int64 a5, __int64 a6) { return raise_exc_ex(a1, a2, a3, a4, a5, a6, 0); }