To compile the standalone unzipper demo:
cd Unzipper
make -j8
./build/demo_unzip -p -f -o /tmp ../../../tests/issues/issue_05_password.zip
Type 1234 as password in the prompt and for this given example.
Beware password are displayed on the console.
Commande line:
-pfor asking you to type a password in the case your zip file has been encrypted.-fto force smashing files when extracting.-opath to extract data, if not given the zip is extracted at..file.zipshall be given at the last position of the command line.-hdisplay the help.