iso9660 file offset [SOLVED]
Posted: Sun May 10, 2009 12:46 pm
Hey
I can almost successfully read files from a cd now. But I'm having a problem figuring out the actual offset of a files data within the extent. I assumed that the files data started at the first byte in the extents first sector. But I've been examining my iso's with a hex editor and they start at variable offsets. Does anyone know how to get the offset in that first sector?
Hopefully this makes sense to someone, I just started writing atapi and iso9660 code yesterday morning. But anyway, I'll keep hacking away at it....
I can almost successfully read files from a cd now. But I'm having a problem figuring out the actual offset of a files data within the extent. I assumed that the files data started at the first byte in the extents first sector. But I've been examining my iso's with a hex editor and they start at variable offsets. Does anyone know how to get the offset in that first sector?
Hopefully this makes sense to someone, I just started writing atapi and iso9660 code yesterday morning. But anyway, I'll keep hacking away at it....