Newer
Older
if [ -z "$ZFUZZ_HOME" ]; then
echo "error: environment var $ZFUZZ_HOME is undefined"
exit 1
fi
echo
echo Setup AFL
echo
wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz
tar -xzvf afl-latest.tgz && rm afl-latest.tgz
# cd qemu_mode && ./build_qemu_support.sh
# afl wants this
sudo $ZFUZZ_HOME/util/afl_setup_core_pattern.sh
fi