Col-E / LL-Java-Zip

Lower level ZIP support for Java
MIT License
37 stars 8 forks source link

Fix end of file offset in JvmLocalFileHeader when reading files with data descriptor #19

Closed NeRdTheNed closed 1 year ago

NeRdTheNed commented 1 year ago

This only takes the offset into account, the data descriptor is not parsed.

Col-E commented 1 year ago

I'd like to have a sample to test against. I don't know of any tools that make this data descriptor, and the other samples I made from a hex editor. Not the end of the world if we can't find something that does this.

NeRdTheNed commented 1 year ago

@Col-E Mod Menu is actually where I first noticed this, v7.1.0 has data descriptor sections for each local file header (as well as earlier versions).