// // _execute_onexit_table from 0x180132774 to 0x1801327ae (58 bytes) // // 3 xrefs: // > __scrt_dllmain_uninitialize_c @ 0x1801205e4 // > _lambda_6e4b09c48022b2350581041d5f6b0c4c_::operator @ 0x180131896 // > @ 0x18020302c // // 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 execute_onexit_table(_onexit_table_t *Table) { _onexit_table_t **v2; // [rsp+20h] [rbp-18h] BYREF _onexit_table_t *v3; // [rsp+40h] [rbp+8h] BYREF __int64 v4; // [rsp+48h] [rbp+10h] BYREF unsigned int v5; // [rsp+50h] [rbp+18h] BYREF unsigned int v6; // [rsp+58h] [rbp+20h] BYREF v3 = Table; v2 = &v3; v5 = 2; v6 = 2; return __crt_seh_guarded_call::operator()<_lambda_b8c45f8f788dd370798f47cfe8ac3a86_,_lambda_4e60a939b0d047cfe11ddc22648dfba9_ &,_lambda_332c3edc96d0294ec56c57d38c1cdfd5_>( (__int64)&v4, &v6, (__int64)&v2, &v5); }