-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
Hello!
I am trying to open the archive [Installer.zip (https://github.com/pocoproject/poco/files/1781235/Installer.zip)
with POCO Zip Library version 1.8.1 on Windows 10 and I catch an exception "Illegal header in zip file".
I suppose that the reason is that byte in entry header on position 4E1B is zero but extra field in that zip entry exists.
Nevertheless, WinRar and 7Zip managed to decompress this archive. Can you help me to decompress it using POCO?
Reactions are currently unavailable