// // __acrt_uninitialize_stdio from 0x18012f988 to 0x18012f9e3 (91 bytes) // // 2 xrefs: // > @ 0x180144570 // > @ 0x180202dbc // // 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 // void _acrt_uninitialize_stdio() { __int64 i; // rbx flushall(); fcloseall(); for ( i = 0; i != 24; i += 8 ) { _acrt_stdio_free_buffer_nolock(*(_QWORD *)((char *)Block + i)); DeleteCriticalSection((LPCRITICAL_SECTION)(*(_QWORD *)((char *)Block + i) + 48LL)); } free_base(Block); Block = nullptr; }