{"type": "func", "start": 946304, "end": 946328, "name": "FMOD_OS_CriticalSection_Enter", "pseudocode": "// \n// FMOD_OS_CriticalSection_Enter from 0xe7080 to 0xe7098 (24 bytes)\n// \n// 4 xrefs:\n// > .FMOD_OS_CriticalSection_Enter @ 0x107f2c\n// > <???> @ 0x66a0\n// > .FMOD_OS_CriticalSection_Enter @ 0x107f24\n// > <???> @ 0x110858\n// \n// This function is hookable on this platform!\n// \n// Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA\n// Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings\n// \n\n__int64 __fastcall FMOD_OS_CriticalSection_Enter(pthread_mutex_t *a1)\n{\n  __int64 v1; // x0\n\n  v1 = pthread_mutex_lock(a1);\n  return sub_E7350(v1);\n}", "assembly": "; \n; FMOD_OS_CriticalSection_Enter from 0xe7080 to 0xe7098 (24 bytes)\n; \n; 4 xrefs:\n; > .FMOD_OS_CriticalSection_Enter @ 0x107f2c\n; > <???> @ 0x66a0\n; > .FMOD_OS_CriticalSection_Enter @ 0x107f24\n; > <???> @ 0x110858\n; \n; This function is hookable on this platform!\n; \n; Using BromaIDA 8.0.0 @ https:;github.com/Stazzical/BromaIDA\n; Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https:;github.com/geode-sdk/bindings\n; \n\nSTP             X29, X30, [SP,#-0x10+var_s0]!                          ; +0x0, 0xe7080\nMOV             X29, SP                                                ; +0x4, 0xe7084\nBL              .pthread_mutex_lock                                    ; +0x8, 0xe7088\nBL              sub_E7350                                              ; +0xc, 0xe708c\nLDP             X29, X30, [SP+var_s0],#0x10                            ; +0x10, 0xe7090\nRET                                                                    ; +0x14, 0xe7094", "xrefs": [".FMOD_OS_CriticalSection_Enter @ 0x107f2c", "<???> @ 0x66a0", ".FMOD_OS_CriticalSection_Enter @ 0x107f24", "<???> @ 0x110858"], "is_objc": false, "is_arm32": false, "is_arm64": false, "bida_info": "8.0.0 @ https://github.com/Stazzical/BromaIDA", "bindings_info": "commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings"}