// // __acrt_uninitialize_lowio from 0x180136860 to 0x1801368a0 (64 bytes) // // 2 xrefs: // > @ 0x1801730f8 // > @ 0x18020353c // // 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 _acrt_uninitialize_lowio() { unsigned __int64 i; // rbx char *v1; // rcx for ( i = 0; i < 128; ++i ) { v1 = (char *)qword_1801F5160[i]; if ( v1 ) { _acrt_lowio_destroy_handle_array(v1); qword_1801F5160[i] = 0; } } return 1; }