// // _endthreadex from 0x180130b84 to 0x180130b8e (10 bytes) // // 4 xrefs: // > StartAddress @ 0x1800c0821 // > unknown_libname_61 @ 0x1801309d6 // > @ 0x180202e7c // > @ 0x180202e88 // // 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 // void __cdecl __noreturn endthreadex(unsigned int ReturnCode) { common_end_thread(ReturnCode); }