Skip to content
/ zip64 Public

Fix zip archive over 4GB made with macOS Archive utility

Notifications You must be signed in to change notification settings

sancoder/zip64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zip64

In 2017-2018 I created a zip file on macOS. The file was stored for years and now, when I wanted to get something out of it, I found out the file is not readable by any software. Check your backups, friends!

The problem is that macOS Archive utility had a bug handling files over 4GB. The bug was fixed later (some time in 2019) so nowadays you should not have experience with it.

Unfortunately for me, any attempt to fix zip archive with standard tools (zip -FF, etc) failed. So I claude coded the script to fix the issue. Feel free to use for any purpose.

This small script reconstructs a zip archive. Given a broken archive, it produces a fixed archive from which you can extract all files without issues.

About

Fix zip archive over 4GB made with macOS Archive utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages