// // __vcrt_initialize from 0x180124b34 to 0x180124b5c (40 bytes) // // 2 xrefs: // > __scrt_initialize_crt @ 0x180120632 // > @ 0x18020269c // // 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_initialize() { if ( !(unsigned __int8)_vcrt_initialize_locks() ) return 0; if ( !(unsigned __int8)_vcrt_initialize_ptd() ) { _vcrt_uninitialize_locks(); return 0; } return 1; }