// // FMOD::DSPConnection::getOutput from 0x1800572d0 to 0x1800573a0 (208 bytes) // // 3 xrefs: // > FMOD_DSPConnection_GetOutput @ 0x1800c5a99 // > @ 0x180194348 // > @ 0x1801f8e44 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // __int64 __fastcall FMOD::DSPConnection::getOutput(__int64 a1, __int64 a2) { int v3; // esi unsigned int v4; // ebx __int64 v6; // [rsp+30h] [rbp-128h] BYREF __int64 v7; // [rsp+38h] [rbp-120h] BYREF _BYTE v8[256]; // [rsp+40h] [rbp-118h] BYREF v6 = 0; v3 = a1; v4 = sub_18005AF70(a1, &v7, &v6); if ( (v4 || (v4 = sub_180058040(v7, a2)) != 0) && *((char *)off_1801AED20 + 16) < 0 ) { sub_1800F3230(v8, 256, a2); sub_1800B20E0(v4, 8, v3, (unsigned int)"DSPConnection::getOutput", (__int64)v8); } if ( v6 ) sub_180102320(); return v4; }