mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[Request] Support SevenZipArchive to read the Zip64 type archive file
#565
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @emako on GitHub (Mar 29, 2023).
MSIX file is a Zip64 type archive file.
Want to read it by
SevenZipArchive, 7z.exe can read it successfully.Here is my sample MSIX file link: https://github.com/genshin-matrix/genshin-switch/releases/tag/v2.0.13
@emako commented on GitHub (Mar 29, 2023):
I read the header implementation.