Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zip64 support #2

Open
digitaldogsbody opened this issue Sep 20, 2022 · 0 comments
Open

Zip64 support #2

digitaldogsbody opened this issue Sep 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@digitaldogsbody
Copy link
Owner

Add method to find the End of Central Directory Locator (see 4.3.6 and 4.3.15 of https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT)

Add method to parse the Zip64 EOCD record

Add method to parse the Zip64 Central Directory (it's the same format as standard zip, but some fields can be added to the end to overwrite the fields in the main record. Indicated by 0xFFFF or 0xFFFFFFFF in main record.

@digitaldogsbody digitaldogsbody added the enhancement New feature or request label Sep 20, 2022
@digitaldogsbody digitaldogsbody self-assigned this Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant