// // _raise_excf from 0x180133708 to 0x180133732 (42 bytes) // // 2 xrefs: // > _handle_errorf @ 0x180133bfa // > @ 0x18020314c // // 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_excf(ULONG_PTR a1, _QWORD *a2, char a3, __int16 a4, _DWORD *a5, _DWORD *a6) { return raise_exc_ex(a1, a2, a3, a4, a5, a6, 1); }