// // __vcrt_uninitialize_locks_0 from 0x1801346c8 to 0x1801346ff (55 bytes) // // 3 xrefs: // > __vcrt_initialize_locks_0 @ 0x18013469f // > @ 0x1801730b8 // > @ 0x18020326c // // 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_uninitialize_locks_0() { int v0; // ebx v0 = dword_1801F4F90; while ( v0 ) { DeleteCriticalSection((LPCRITICAL_SECTION)&unk_1801F4D60 + (unsigned int)--v0); --dword_1801F4F90; } return 1; }