// // __acrt_execute_uninitializers from 0x18013b714 to 0x18013b750 (60 bytes) // // 3 xrefs: // > __acrt_uninitialize @ 0x1801329c8 // > @ 0x180203914 // > @ 0x180203920 // // 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 // char __fastcall _acrt_execute_uninitializers(__int64 a1, __int64 a2) { __int64 i; // rbx void (__fastcall *v4)(_QWORD); // rax for ( i = a2; i != a1; i -= 16 ) { v4 = *(void (__fastcall **)(_QWORD))(i - 8); if ( v4 ) v4(0); } return 1; }