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

Problem reading archives containg Zip64 files #870

Open
Aragas opened this issue May 27, 2024 · 1 comment
Open

Problem reading archives containg Zip64 files #870

Aragas opened this issue May 27, 2024 · 1 comment
Labels
bug zip Related to ZIP file format

Comments

@Aragas
Copy link

Aragas commented May 27, 2024

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

@Aragas Aragas added the bug label May 27, 2024
@github-actions github-actions bot added the zip Related to ZIP file format label May 27, 2024
@Aragas
Copy link
Author

Aragas commented May 27, 2024

Added the second file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug zip Related to ZIP file format
Projects
None yet
Development

No branches or pull requests

1 participant