{"type": "func", "start": 6443240672, "end": 6443240702, "name": "FMOD_OS_CriticalSection_TryEnter", "pseudocode": "// \n// FMOD_OS_CriticalSection_TryEnter from 0x1800c0ce0 to 0x1800c0cfe (30 bytes)\n// \n// 2 xrefs:\n// > <???> @ 0x180194348\n// > <???> @ 0x1801fdb24\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_TryEnter(struct _RTL_CRITICAL_SECTION *a1, _BYTE *a2)\n{\n  *a2 = TryEnterCriticalSection(a1);\n  return 0;\n}", "assembly": "; \n; FMOD_OS_CriticalSection_TryEnter from 0x1800c0ce0 to 0x1800c0cfe (30 bytes)\n; \n; 2 xrefs:\n; > <???> @ 0x180194348\n; > <???> @ 0x1801fdb24\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\npush    rbx                                                            ; +0x0, 0x1800c0ce0\nsub     rsp, 20h                                                       ; +0x2, 0x1800c0ce2\nmov     rbx, rdx                                                       ; +0x6, 0x1800c0ce6\ncall    cs:TryEnterCriticalSection                                     ; +0x9, 0x1800c0ce9\ntest    eax, eax                                                       ; +0xf, 0x1800c0cef\nsetnz   al                                                             ; +0x11, 0x1800c0cf1\nmov     [rbx], al                                                      ; +0x14, 0x1800c0cf4\nxor     eax, eax                                                       ; +0x16, 0x1800c0cf6\nadd     rsp, 20h                                                       ; +0x18, 0x1800c0cf8\npop     rbx                                                            ; +0x1c, 0x1800c0cfc\nretn                                                                   ; +0x1d, 0x1800c0cfd", "xrefs": ["<???> @ 0x180194348", "<???> @ 0x1801fdb24"], "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"}