// // FMOD::SystemI::createClientProfile from 0x1800e2d30 to 0x1800e2d75 (69 bytes) // // 2 xrefs: // > @ 0x180194348 // > @ 0x1801ffa20 // // 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::createClientProfile(__int64 a1) { _QWORD *v1; // rbx __int64 result; // rax v1 = (_QWORD *)(a1 + 74088); if ( *(_QWORD *)(a1 + 74088) ) return 28; result = sub_1800D9EB0((_QWORD *)(a1 + 74088), 0, 9264); if ( !(_DWORD)result ) return sub_180113950(*v1); return result; }