{"type": "func", "start": 6443265264, "end": 6443265323, "name": "FMOD_System_IsRecording", "pseudocode": "// \n// FMOD_System_IsRecording from 0x1800c6cf0 to 0x1800c6d2b (59 bytes)\n// \n// 3 xrefs:\n// > FMOD5_System_IsRecording @ 0x1800f4c90\n// > <???> @ 0x180194348\n// > <???> @ 0x1801fe064\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_System_IsRecording(__int64 a1, unsigned int a2, _DWORD *a3)\n{\n  __int64 result; // rax\n  char v5; // [rsp+30h] [rbp+8h] BYREF\n\n  if ( !a1 )\n    return 31;\n  result = FMOD::System::isRecording(a1, a2, (__int64)&v5);\n  if ( !(_DWORD)result )\n  {\n    if ( a3 )\n      *a3 = v5 != 0;\n  }\n  return result;\n}", "assembly": "; \n; FMOD_System_IsRecording from 0x1800c6cf0 to 0x1800c6d2b (59 bytes)\n; \n; 3 xrefs:\n; > FMOD5_System_IsRecording @ 0x1800f4c90\n; > <???> @ 0x180194348\n; > <???> @ 0x1801fe064\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, 0x1800c6cf0\nsub     rsp, 20h                                                       ; +0x2, 0x1800c6cf2\nmov     rbx, r8                                                        ; +0x6, 0x1800c6cf6\ntest    rcx, rcx                                                       ; +0x9, 0x1800c6cf9\njnz     short loc_1800C6D07                                            ; +0xc, 0x1800c6cfc\nlea     eax, [rcx+1Fh]                                                 ; +0xe, 0x1800c6cfe\nadd     rsp, 20h                                                       ; +0x11, 0x1800c6d01\npop     rbx                                                            ; +0x15, 0x1800c6d05\nretn                                                                   ; +0x16, 0x1800c6d06\nlea     r8, [rsp+28h+arg_0]                                            ; +0x17, 0x1800c6d07\ncall    ?isRecording@System@FMOD@@QEAA?AW4FMOD_RESULT@@HPEA_N@Z; FMOD::System::isRecording(int,bool *) ; +0x1c, 0x1800c6d0c\ntest    eax, eax                                                       ; +0x21, 0x1800c6d11\njnz     short loc_1800C6D25                                            ; +0x23, 0x1800c6d13\ntest    rbx, rbx                                                       ; +0x25, 0x1800c6d15\njz      short loc_1800C6D25                                            ; +0x28, 0x1800c6d18\nxor     ecx, ecx                                                       ; +0x2a, 0x1800c6d1a\ncmp     [rsp+28h+arg_0], cl                                            ; +0x2c, 0x1800c6d1c\nsetnz   cl                                                             ; +0x30, 0x1800c6d20\nmov     [rbx], ecx                                                     ; +0x33, 0x1800c6d23\nadd     rsp, 20h                                                       ; +0x35, 0x1800c6d25\npop     rbx                                                            ; +0x39, 0x1800c6d29\nretn                                                                   ; +0x3a, 0x1800c6d2a", "xrefs": ["FMOD5_System_IsRecording @ 0x1800f4c90", "<???> @ 0x180194348", "<???> @ 0x1801fe064"], "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"}