Skip to content

Instantly share code, notes, and snippets.

@nshtg
Created June 4, 2018 21:11
Show Gist options
  • Save nshtg/40a058d5a9560a07e4a40510df48525d to your computer and use it in GitHub Desktop.
Save nshtg/40a058d5a9560a07e4a40510df48525d to your computer and use it in GitHub Desktop.
Bruteforce ZIP
#!/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