Col-E / LL-Java-Zip

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

Handle finding jvmBaseFileOffset somewhat better :trollface: #26

Closed 1fxe closed 1 year ago

1fxe commented 1 year ago

This is really just a POC, I'm not expeiranced at all with Zip format nor how to properly validate the LocalFileHeader and CentralDirectoryFileHeader are valid. Feel free to modify this/improve it. But atm all tests are passing

1fxe commented 1 year ago

Probably more robust solution is to get the length() and check its valid with the data?

Col-E commented 1 year ago

Implemented a bit differently via 93f506511df932486f8f7ef701a8ed0eb5d0446a