{"type": "func", "start": 329600, "end": 329656, "name": "FMOD_System_IsRecording", "pseudocode": "// \n// FMOD_System_IsRecording from 0x50780 to 0x507b8 (56 bytes)\n// \n// 4 xrefs:\n// > .FMOD_System_IsRecording @ 0x1086cc\n// > <???> @ 0x73a8\n// > .FMOD_System_IsRecording @ 0x1086c4\n// > <???> @ 0x110c28\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(FMOD::System *a1, int a2, __int64 a3)\n{\n  __int64 result; // x0\n  bool v5; // [xsp+Ch] [xbp-4h] BYREF\n\n  if ( !a1 )\n    return 31;\n  result = FMOD::System::isRecording(a1, a2, &v5);\n  if ( a3 )\n  {\n    if ( !(_DWORD)result )\n      return sub_519AC();\n  }\n  return result;\n}", "assembly": "; \n; FMOD_System_IsRecording from 0x50780 to 0x507b8 (56 bytes)\n; \n; 4 xrefs:\n; > .FMOD_System_IsRecording @ 0x1086cc\n; > <???> @ 0x73a8\n; > .FMOD_System_IsRecording @ 0x1086c4\n; > <???> @ 0x110c28\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\nSTR             X19, [SP,#-0x10+var_10]!                               ; +0x0, 0x50780\nSTP             X29, X30, [SP,#0x10+var_s0]                            ; +0x4, 0x50784\nADD             X29, SP, #0x10                                         ; +0x8, 0x50788\nCBZ             X0, loc_507AC                                          ; +0xc, 0x5078c\nMOV             X19, X2                                                ; +0x10, 0x50790\nSUB             X2, X29, #-var_4; bool *                               ; +0x14, 0x50794\nBL              ._ZN4FMOD6System11isRecordingEiPb; FMOD::System::isRecording(int,bool *) ; +0x18, 0x50798\nCBZ             X19, loc_507B0                                         ; +0x1c, 0x5079c\nCBNZ            W0, loc_507B0                                          ; +0x20, 0x507a0\nBL              sub_519AC                                              ; +0x24, 0x507a4\nB               loc_507B0                                              ; +0x28, 0x507a8\nMOV             W0, #0x1F                                              ; +0x2c, 0x507ac\nLDP             X29, X30, [SP,#0x10+var_s0]                            ; +0x30, 0x507b0\nB               loc_519A4                                              ; +0x34, 0x507b4", "xrefs": [".FMOD_System_IsRecording @ 0x1086cc", "<???> @ 0x73a8", ".FMOD_System_IsRecording @ 0x1086c4", "<???> @ 0x110c28"], "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"}