// // _register_onexit_function from 0x180020276 to 0x18002027c (6 bytes) // // 1 xrefs: // > _onexit @ 0x18001f6d0 // // 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 // // attributes: thunk int __cdecl register_onexit_function(_onexit_table_t *Table, _onexit_t Function) { return _register_onexit_function(Table, Function); }