// // __vcrt_uninitialize from 0x180124b84 to 0x180124b9d (25 bytes) // // 4 xrefs: // > __scrt_initialize_crt @ 0x18012064a // > __scrt_uninitialize_crt @ 0x1801207c0 // > sub_1801328B8 @ 0x1801328ba // > @ 0x1802026c0 // // 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 // __vcrt_bool __cdecl _vcrt_uninitialize(__vcrt_bool Terminating) { if ( !Terminating ) { _vcrt_uninitialize_ptd(); _vcrt_uninitialize_locks(); } return 1; }