// // FMOD_OS_Debug_Output from 0x1800b7be0 to 0x1800b7c73 (147 bytes) // // 2 xrefs: // > @ 0x180194348 // > @ 0x1801fd200 // // 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 FMOD_OS_Debug_Output(int a1, ...) { _DWORD *v2; // rax _BYTE v4[511]; // [rsp+30h] [rbp-228h] BYREF char v5; // [rsp+22Fh] [rbp-29h] va_list va; // [rsp+268h] [rbp+10h] BYREF va_start(va, a1); v4[0] = 0; v2 = sub_1800429F0(); common_vsprintf<__crt_stdio_output::standard_base,char>(*v2 | 2, (int)v4, 512, a1, nullptr, (__int64)va); v5 = 0; return sub_1800C0D00(v4); }