{"type": "func", "start": 6443260864, "end": 6443260878, "name": "FMOD_DSP_GetChannelFormat", "pseudocode": "// \n// FMOD_DSP_GetChannelFormat from 0x1800c5bc0 to 0x1800c5bce (14 bytes)\n// \n// 2 xrefs:\n// > FMOD5_DSP_GetChannelFormat @ 0x1800f4110\n// > <???> @ 0x180194348\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_GetChannelFormat(__int64 a1, _DWORD *a2, _DWORD *a3, _DWORD *a4)\n{\n  if ( a1 )\n    return FMOD::DSP::getChannelFormat(a1, a2, a3, a4);\n  else\n    return 31;\n}", "assembly": "; \n; FMOD_DSP_GetChannelFormat from 0x1800c5bc0 to 0x1800c5bce (14 bytes)\n; \n; 2 xrefs:\n; > FMOD5_DSP_GetChannelFormat @ 0x1800f4110\n; > <???> @ 0x180194348\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\ntest    rcx, rcx                                                       ; +0x0, 0x1800c5bc0\njnz     short loc_1800C5BC9                                            ; +0x3, 0x1800c5bc3\nlea     eax, [rcx+1Fh]                                                 ; +0x5, 0x1800c5bc5\nretn                                                                   ; +0x8, 0x1800c5bc8\njmp     ?getChannelFormat@DSP@FMOD@@QEAA?AW4FMOD_RESULT@@PEAIPEAHPEAW4FMOD_SPEAKERMODE@@@Z; FMOD::DSP::getChannelFormat(uint *,int *,FMOD_SPEAKERMODE *) ; +0x9, 0x1800c5bc9", "xrefs": ["FMOD5_DSP_GetChannelFormat @ 0x1800f4110", "<???> @ 0x180194348"], "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"}