{"type": "func", "start": 6443259200, "end": 6443259255, "name": "FMOD_Channel_GetDelay", "pseudocode": "// \n// FMOD_Channel_GetDelay from 0x1800c5540 to 0x1800c5577 (55 bytes)\n// \n// 3 xrefs:\n// > FMOD5_Channel_GetDelay @ 0x1800f3c80\n// > <???> @ 0x180194348\n// > <???> @ 0x1801fdf50\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_Channel_GetDelay(__int64 a1, _QWORD *a2, _QWORD *a3, _DWORD *a4)\n{\n  __int64 result; // rax\n  char v6; // [rsp+30h] [rbp+8h] BYREF\n\n  if ( !a1 )\n    return 31;\n  result = FMOD::ChannelControl::getDelay(a1, a2, a3, (__int64)&v6);\n  if ( a4 )\n    *a4 = v6 != 0;\n  return result;\n}", "assembly": "; \n; FMOD_Channel_GetDelay from 0x1800c5540 to 0x1800c5577 (55 bytes)\n; \n; 3 xrefs:\n; > FMOD5_Channel_GetDelay @ 0x1800f3c80\n; > <???> @ 0x180194348\n; > <???> @ 0x1801fdf50\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, 0x1800c5540\nsub     rsp, 20h                                                       ; +0x2, 0x1800c5542\nmov     rbx, r9                                                        ; +0x6, 0x1800c5546\ntest    rcx, rcx                                                       ; +0x9, 0x1800c5549\njnz     short loc_1800C5557                                            ; +0xc, 0x1800c554c\nlea     eax, [rcx+1Fh]                                                 ; +0xe, 0x1800c554e\nadd     rsp, 20h                                                       ; +0x11, 0x1800c5551\npop     rbx                                                            ; +0x15, 0x1800c5555\nretn                                                                   ; +0x16, 0x1800c5556\nlea     r9, [rsp+28h+arg_0]                                            ; +0x17, 0x1800c5557\ncall    ?getDelay@ChannelControl@FMOD@@QEAA?AW4FMOD_RESULT@@PEA_K0PEA_N@Z; FMOD::ChannelControl::getDelay(unsigned __int64 *,unsigned __int64 *,bool *) ; +0x1c, 0x1800c555c\ntest    rbx, rbx                                                       ; +0x21, 0x1800c5561\njz      short loc_1800C5571                                            ; +0x24, 0x1800c5564\nxor     ecx, ecx                                                       ; +0x26, 0x1800c5566\ncmp     [rsp+28h+arg_0], cl                                            ; +0x28, 0x1800c5568\nsetnz   cl                                                             ; +0x2c, 0x1800c556c\nmov     [rbx], ecx                                                     ; +0x2f, 0x1800c556f\nadd     rsp, 20h                                                       ; +0x31, 0x1800c5571\npop     rbx                                                            ; +0x35, 0x1800c5575\nretn                                                                   ; +0x36, 0x1800c5576", "xrefs": ["FMOD5_Channel_GetDelay @ 0x1800f3c80", "<???> @ 0x180194348", "<???> @ 0x1801fdf50"], "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"}