about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-05-01 12:03:41 +0200
committerDominik Maier <domenukk@gmail.com>2020-05-01 12:03:41 +0200
commita2bc3538f746b1e8f1c7b474b3a7b1fcc332998e (patch)
tree39b245df2665457518bf0b65fa193ac0e53295ad
parent636e98d151589aa744f7ac76623e4e6df4a5ab36 (diff)
downloadafl++-a2bc3538f746b1e8f1c7b474b3a7b1fcc332998e.tar.gz
python no longer needed for build
-rw-r--r--unicorn_mode/UNICORNAFL_VERSION2
-rwxr-xr-xunicorn_mode/build_unicorn_support.sh2
m---------unicorn_mode/unicornafl0
3 files changed, 2 insertions, 2 deletions
diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION
index 3d95ba0b..11bd2155 100644
--- a/unicorn_mode/UNICORNAFL_VERSION
+++ b/unicorn_mode/UNICORNAFL_VERSION
@@ -1 +1 @@
-f8e3792ed07710c5138e016376b73298999a35dc
+d4cc77cce71c15bb3d1f552d703a77e2a17cf42d
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh
index 965d7614..0961d6e1 100755
--- a/unicorn_mode/build_unicorn_support.sh
+++ b/unicorn_mode/build_unicorn_support.sh
@@ -183,7 +183,7 @@ echo "[*] Attempting to build unicornafl (fingers crossed!)..."
 
 $MAKECMD clean  # make doesn't seem to work for unicorn
 # Fixed to 1 core for now as there is a race condition in the makefile
-UNICORN_QEMU_FLAGS="--python=$PYTHONBIN" $MAKECMD -j1 || exit 1
+$MAKECMD -j1 || exit 1
 
 echo "[+] Build process successful!"
 
diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl
-Subproject f8e3792ed07710c5138e016376b73298999a35d
+Subproject d4cc77cce71c15bb3d1f552d703a77e2a17cf42