zipper
zipper copied to clipboard
[Lib][Version 2.1.0][Functional] C++ wrapper around minizip compression library
I dunno why makefile cannot find the .o file ``` cc -pie demo_unzip.o demo_unzip.app -o demo_unzip clang: error: no such file or directory: 'demo_unzip.o' ``` While for my project OpenGlassBox...
hello,can you add a CMake MakeFile ,so we can built this program easily.Absolutely,this program is so great! thank you
- https://www.unforgettable.dk/ - https://www.bamsoftware.com/hacks/zipbomb/
@fbergmann - Let supposed foo.zip has "1234" as password. - Let try opening it with "abcd" password and try to extract all its entries. - unzOpenCurrentFilePassword with "abcd" password does...
Unzip should be optimized. Benchmark from https://github.com/sebastiandev/zipper/issues/120 ``` Zipper lib: Zip "The Expanse S4": 206947.200 ms => 3 Minutes 26 Seconds (=-) / 1.2 Unzip "The Expanse S4": 116280.597 ms...
See https://github.com/sebastiandev/zipper/issues/29
When a folder contains symbolic link is zipped using the os x "compress" from the right click menu, using unzipper to unzip it will result in a normal text file...