// // __vcrt_initialize_locks from 0x180124f74 to 0x180124fa6 (50 bytes) // // 2 xrefs: // > __vcrt_initialize @ 0x180124b38 // > @ 0x180202774 // // 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 _vcrt_initialize_locks() { if ( (unsigned int)_vcrt_InitializeCriticalSectionEx(&stru_1801F4AF0, 0xFA0u) ) { ++dword_1801F4B18; return 1; } else { _vcrt_uninitialize_locks(); return 0; } }