You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[ -f /.dockerenv || ! -z $VIRTUAL_ENV ]] || { echo "[ERROR] You want to be installing this in a virtual environment. Did you call this script standalone?"; exit 1; }
./get_afl.sh
make -C AFLplusplus clean all || {
echo "[-] Failed building AFLplusplus"
exit 1
}
echo "[*] Building afl and Unicorn"
UNICORN_QEMU_FLAGS="--python=/usr/bin/python3" make -C afl clean all || exit 1