// // FMOD_OS_File_Write from 0xe6bcc to 0xe6bdc (16 bytes) // // 4 xrefs: // > .FMOD_OS_File_Write @ 0x109a6c // > @ 0x42e8 // > .FMOD_OS_File_Write @ 0x109a64 // > @ 0x1115f8 // // 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_OS_File_Write(__int64 a1, __int64 a2, __int64 a3, char a4) { return (*(__int64 (__fastcall **)(__int64, __int64, __int64, _QWORD))(*(_QWORD *)a1 + 48LL))(a1, a2, a3, a4 & 1); }