{"type": "func", "start": 6443261200, "end": 6443261267, "name": "FMOD_DSP_GetParameterBool", "pseudocode": "// \n// FMOD_DSP_GetParameterBool from 0x1800c5d10 to 0x1800c5d53 (67 bytes)\n// \n// 3 xrefs:\n// > FMOD5_DSP_GetParameterBool @ 0x1800f41d0\n// > <???> @ 0x180194348\n// > <???> @ 0x1801fdfc8\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_GetParameterBool(__int64 a1, unsigned int a2, _DWORD *a3, __int64 a4, unsigned int a5)\n{\n  __int64 result; // rax\n  bool v7; // [rsp+40h] [rbp+8h] BYREF\n\n  if ( !a1 )\n    return 31;\n  result = FMOD::DSP::getParameterBool(a1, a2, &v7, a4, a5);\n  if ( !(_DWORD)result )\n  {\n    if ( a3 )\n      *a3 = v7;\n  }\n  return result;\n}", "assembly": "; \n; FMOD_DSP_GetParameterBool from 0x1800c5d10 to 0x1800c5d53 (67 bytes)\n; \n; 3 xrefs:\n; > FMOD5_DSP_GetParameterBool @ 0x1800f41d0\n; > <???> @ 0x180194348\n; > <???> @ 0x1801fdfc8\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, 0x1800c5d10\nsub     rsp, 30h                                                       ; +0x2, 0x1800c5d12\nmov     rbx, r8                                                        ; +0x6, 0x1800c5d16\ntest    rcx, rcx                                                       ; +0x9, 0x1800c5d19\njnz     short loc_1800C5D27                                            ; +0xc, 0x1800c5d1c\nlea     eax, [rcx+1Fh]                                                 ; +0xe, 0x1800c5d1e\nadd     rsp, 30h                                                       ; +0x11, 0x1800c5d21\npop     rbx                                                            ; +0x15, 0x1800c5d25\nretn                                                                   ; +0x16, 0x1800c5d26\nmov     eax, [rsp+38h+arg_20]                                          ; +0x17, 0x1800c5d27\nlea     r8, [rsp+38h+arg_0]                                            ; +0x1b, 0x1800c5d2b\nmov     [rsp+38h+var_18], eax                                          ; +0x20, 0x1800c5d30\ncall    ?getParameterBool@DSP@FMOD@@QEAA?AW4FMOD_RESULT@@HPEA_NPEADH@Z; FMOD::DSP::getParameterBool(int,bool *,char *,int) ; +0x24, 0x1800c5d34\ntest    eax, eax                                                       ; +0x29, 0x1800c5d39\njnz     short loc_1800C5D4D                                            ; +0x2b, 0x1800c5d3b\ntest    rbx, rbx                                                       ; +0x2d, 0x1800c5d3d\njz      short loc_1800C5D4D                                            ; +0x30, 0x1800c5d40\nxor     ecx, ecx                                                       ; +0x32, 0x1800c5d42\ncmp     [rsp+38h+arg_0], cl                                            ; +0x34, 0x1800c5d44\nsetnz   cl                                                             ; +0x38, 0x1800c5d48\nmov     [rbx], ecx                                                     ; +0x3b, 0x1800c5d4b\nadd     rsp, 30h                                                       ; +0x3d, 0x1800c5d4d\npop     rbx                                                            ; +0x41, 0x1800c5d51\nretn                                                                   ; +0x42, 0x1800c5d52", "xrefs": ["FMOD5_DSP_GetParameterBool @ 0x1800f41d0", "<???> @ 0x180194348", "<???> @ 0x1801fdfc8"], "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"}