// // FMOD::SystemI::setInternalCallback from 0x6af10 to 0x6af80 (112 bytes) // // 1 xrefs: // > @ 0x7648 // // 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::SystemI::setInternalCallback(__int64 a1, int a2, __int64 a3, __int64 a4) { __int64 v8; // x8 __int64 v10; // [xsp+0h] [xbp-30h] BYREF char v11; // [xsp+Ch] [xbp-24h] v10 = a1; v11 = 0; sub_703D0(&v10); v8 = a1 + 8LL * a2; *(_QWORD *)(v8 + 69600) = a3; *(_QWORD *)(v8 + 69608) = a4; sub_51F94((__int64)&v10); return 0; }