// // atexit from 0x18001f6e8 to 0x18001f6ff (23 bytes) // // 2 xrefs: // > sub_1800010F0 @ 0x180001111 // > @ 0x18004b220 // // 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 // int __cdecl atexit(void (__cdecl *a1)()) { return (onexit((_onexit_t)a1) != nullptr) - 1; }