prathercc / discrub-ext

Message manipulation and export tool for Discord. (Chrome Extension)
https://www.reddit.com/r/discrub/
101 stars 14 forks source link

ZIP is corrupt if large (25 GB) #132

Open HSNB opened 2 hours ago

HSNB commented 2 hours ago

ZIP will be corrupt if it's big, in my case 27 GB. WinRAR still extracts files up to a point, then it fails.

Might have to do with the code not using 64-bit (unsigned) integers. (I haven't checked the code atm)

Another thing that would be nice if we can choose not to include video's in the media export (so only images), then it'd not get so big.

Thanks :)

HSNB commented 2 hours ago

7-zip reports "Warning: 32-bit overflow in headers"

HSNB commented 1 hour ago

Looks like 7-zip does manage to work around it and export the files properly.