// // _exit from 0x180131a78 to 0x180131a84 (12 bytes) // // 4 xrefs: // > unknown_libname_61 @ 0x1801309de // > common_assert_to_message_box @ 0x180130ec8 // > abort @ 0x180132af4 // > raise @ 0x180139897 // // 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 exit(int Code) { common_exit(Code, _crt_exit_no_cleanup, _crt_exit_terminate_process); }