Created
June 4, 2018 21:11
-
-
Save nshtg/40a058d5a9560a07e4a40510df48525d to your computer and use it in GitHub Desktop.
Bruteforce ZIP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
git clone https://github.com/mferland/libzc.git | |
cd libzc | |
./autogen.sh | |
./configure CFLAGS='-Ofast -march=native -mtune=native' | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment