// // __vcrt_uninitialize_locks from 0x180124fa8 to 0x180124fdf (55 bytes) // // 4 xrefs: // > __vcrt_initialize @ 0x180124b4e // > __vcrt_uninitialize @ 0x180124b91 // > __vcrt_initialize_locks @ 0x180124f9a // > @ 0x180202780 // // 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() { int v0; // ebx v0 = dword_1801F4B18; while ( v0 ) { DeleteCriticalSection(&stru_1801F4AF0 + (unsigned int)--v0); --dword_1801F4B18; } return 1; }