{"type": "func", "start": 6443260720, "end": 6443260779, "name": "FMOD_DSP_GetActive", "pseudocode": "// \n// FMOD_DSP_GetActive from 0x1800c5b30 to 0x1800c5b6b (59 bytes)\n// \n// 3 xrefs:\n// > FMOD5_DSP_GetActive @ 0x1800f40e0\n// > <???> @ 0x180194348\n// > <???> @ 0x1801fdf98\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_DSP_GetActive(__int64 a1, _DWORD *a2)\n{\n  __int64 result; // rax\n  bool v4; // [rsp+30h] [rbp+8h] BYREF\n\n  if ( !a1 )\n    return 31;\n  result = FMOD::DSP::getActive(a1, &v4);\n  if ( !(_DWORD)result )\n  {\n    if ( a2 )\n      *a2 = v4;\n  }\n  return result;\n}", "assembly": "; \n; FMOD_DSP_GetActive from 0x1800c5b30 to 0x1800c5b6b (59 bytes)\n; \n; 3 xrefs:\n; > FMOD5_DSP_GetActive @ 0x1800f40e0\n; > <???> @ 0x180194348\n; > <???> @ 0x1801fdf98\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, 0x1800c5b30\nsub     rsp, 20h                                                       ; +0x2, 0x1800c5b32\nmov     rbx, rdx                                                       ; +0x6, 0x1800c5b36\ntest    rcx, rcx                                                       ; +0x9, 0x1800c5b39\njnz     short loc_1800C5B47                                            ; +0xc, 0x1800c5b3c\nlea     eax, [rcx+1Fh]                                                 ; +0xe, 0x1800c5b3e\nadd     rsp, 20h                                                       ; +0x11, 0x1800c5b41\npop     rbx                                                            ; +0x15, 0x1800c5b45\nretn                                                                   ; +0x16, 0x1800c5b46\nlea     rdx, [rsp+28h+arg_0]                                           ; +0x17, 0x1800c5b47\ncall    ?getActive@DSP@FMOD@@QEAA?AW4FMOD_RESULT@@PEA_N@Z; FMOD::DSP::getActive(bool *) ; +0x1c, 0x1800c5b4c\ntest    eax, eax                                                       ; +0x21, 0x1800c5b51\njnz     short loc_1800C5B65                                            ; +0x23, 0x1800c5b53\ntest    rbx, rbx                                                       ; +0x25, 0x1800c5b55\njz      short loc_1800C5B65                                            ; +0x28, 0x1800c5b58\nxor     ecx, ecx                                                       ; +0x2a, 0x1800c5b5a\ncmp     [rsp+28h+arg_0], cl                                            ; +0x2c, 0x1800c5b5c\nsetnz   cl                                                             ; +0x30, 0x1800c5b60\nmov     [rbx], ecx                                                     ; +0x33, 0x1800c5b63\nadd     rsp, 20h                                                       ; +0x35, 0x1800c5b65\npop     rbx                                                            ; +0x39, 0x1800c5b69\nretn                                                                   ; +0x3a, 0x1800c5b6a", "xrefs": ["FMOD5_DSP_GetActive @ 0x1800f40e0", "<???> @ 0x180194348", "<???> @ 0x1801fdf98"], "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"}