// // FMOD_OS_CriticalSection_Leave from 0xe7098 to 0xe70b0 (24 bytes) // // 4 xrefs: // > .FMOD_OS_CriticalSection_Leave @ 0x107f3c // > @ 0x14c8 // > .FMOD_OS_CriticalSection_Leave @ 0x107f34 // > @ 0x110860 // // 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 // __int64 __fastcall FMOD_OS_CriticalSection_Leave(pthread_mutex_t *a1) { __int64 v1; // x0 v1 = pthread_mutex_unlock(a1); return sub_E7350(v1); }