// // __acrt_uninitialize from 0x180132998 to 0x1801329cd (53 bytes) // // 3 xrefs: // > __scrt_uninitialize_crt @ 0x1801207b9 // > @ 0x18020308c // > @ 0x180203098 // // 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 // __crt_bool __cdecl _acrt_uninitialize(__crt_bool Terminating) { if ( !Terminating ) return _acrt_execute_uninitializers(&off_180173070, &Number); if ( Block ) flushall(); return 1; }