// // sub_180003ED0 from 0x180003ed0 to 0x180003ee3 (19 bytes) // // 3 xrefs: // > @ 0x180023340 // > @ 0x180023358 // > @ 0x180023380 // // 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 // const char *__fastcall sub_180003ED0(__int64 a1) { const char *result; // rax result = "Unknown exception"; if ( *(_QWORD *)(a1 + 8) ) return *(const char **)(a1 + 8); return result; }