icsharpcode/SharpZipLib

Problem reading archives containg Zip64 files

Aragas opened this issue · 1 comments

Describe the bug

The curse of Zip64 is still there unfortunately.
I've noticed two issues

  1. The library is not able to read the entries list, thus you can't iterate over entries at all.
    The file is uploaded to NexusMods, but since VirusTotal also seem to have issues parsing it, the site doesn't give the ability to download if from the UI. I've downloaded it from the API and exposed it from my GDrive here (4GB file)
  2. The library failed with Failed to locate the Zip Header
    Same stuff, the file can be downloaded from GDrive here (11GB file)

Operating System

Windows

Framework Version

.NET 8

Tags

ZIP

Added the second file