Skip to content
Snippets Groups Projects
Commit 9900c92e authored by Dominik Maier's avatar Dominik Maier
Browse files

locked to unicornafl version

parent 0bd1264f
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@
# You must make sure that Unicorn Engine is not already installed before
# running this script. If it is, please uninstall it first.
UNICORNAFL_VERSION='afl++2.64c'
echo "================================================="
echo "UnicornAFL build script"
echo "================================================="
......@@ -157,13 +159,15 @@ test -d unicornafl || {
test -d unicornafl || { echo "[-] not checked out, please install git or check your internet connection." ; exit 1 ; }
echo "[+] Got unicornafl."
cd "unicornafl" || exit 1
echo "[*] Checking out $UNICORNAFL_VERSION"
git checkout "$UNICORNAFL_VERSION" || exit 1
echo "[*] making sure config.h matches"
cp "../config.h" "./unicornafl/" || exit 1
cp "../../config.h" "." || exit 1
echo "[*] Configuring Unicorn build..."
cd "unicornafl" || exit 1
echo "[+] Configuration complete."
echo "[*] Attempting to build unicornafl (fingers crossed!)..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment