-
Notifications
You must be signed in to change notification settings - Fork 1
Zip64 support #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
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.