ctf-tools/honggfuzz/install

8 lines
150 B
Text
Raw Normal View History

#!/bin/bash -ex
2016-04-04 22:15:46 +00:00
[ -e honggfuzz ] || git clone --depth 1 https://github.com/google/honggfuzz
cd honggfuzz
make -j
mkdir -p ../bin
cp honggfuzz ../bin