adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.27k stars 480 forks source link

ZipWriter: Write correct EOCD record when more than 65,535 files #792

Closed DannyBoyk closed 9 months ago

DannyBoyk commented 9 months ago

0xFFFF will be written to the EOCD to signal to use the ZIP64 CentralDirectory record when the number of files is 65,535 or more. Fixes #791