shithub: mp3dec

ref: daef2f30b4ea77396ac2d9c2d9e6e397e5a8e942
dir: /fuzzing/get-afl.sh/

View raw version
#!/usr/bin/env bash
cd "${0%/*}"
rm afl-latest.tgz
wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz || exit
tar -xzvf afl-latest.tgz
rm afl-latest.tgz
cd afl-*
make || exit
cd llvm_mode
# may need to prepend LLVM_CONFIG=/usr/bin/llvm-config-3.8 or similar, depending on the system
make || exit
cd ../..
rm -rf afl
mv afl-* afl