// // FMOD_OS_File_Seek from 0xe6bdc to 0xe6be8 (12 bytes) // // 4 xrefs: // > .FMOD_OS_File_Seek @ 0x109a1c // > @ 0x10f0 // > .FMOD_OS_File_Seek @ 0x109a14 // > @ 0x1115d0 // // 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_Seek(__int64 a1) { return (*(__int64 (__fastcall **)(__int64))(*(_QWORD *)a1 + 40LL))(a1); }