// // FMOD_OS_File_Read from 0xe6bc0 to 0xe6bcc (12 bytes) // // 4 xrefs: // > .FMOD_OS_File_Read @ 0x109a2c // > @ 0x5ed8 // > .FMOD_OS_File_Read @ 0x109a24 // > @ 0x1115d8 // // 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_Read(__int64 a1) { return (*(__int64 (__fastcall **)(__int64))(*(_QWORD *)a1 + 32LL))(a1); }