// // FMOD::ChannelControl::getSystemObject from 0x18000c150 to 0x18000c206 (182 bytes) // // 5 xrefs: // > FMOD_ChannelGroup_GetSystemObject @ 0x1800c50f9 // > FMOD_Channel_GetSystemObject @ 0x1800c56d9 // > @ 0x180194348 // > @ 0x1801f684c // > @ 0x1801f6858 // // 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::ChannelControl::getSystemObject(__int64 a1, __int64 a2) { int v3; // esi unsigned int v4; // ebx __int64 result; // rax __int64 (__fastcall ***v6)(_QWORD, __int64); // [rsp+30h] [rbp-128h] BYREF _BYTE v7[256]; // [rsp+40h] [rbp-118h] BYREF v3 = a1; v4 = sub_180012360(a1, &v6, 0); if ( v4 || (result = (**v6)(v6, a2), (v4 = result) != 0) ) { if ( *((char *)off_1801AED20 + 16) < 0 ) { sub_1800F3230(v7, 256, a2); sub_1800B20E0(v4, 4, v3, (unsigned int)"ChannelControl::getSystemObject", (__int64)v7); } return v4; } return result; }