about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-01-19 16:49:00 +0100
committervanhauser-thc <vh@thc.org>2021-01-19 16:49:00 +0100
commit86c567fa3a37e9181b5e692b53b5fae07921cc33 (patch)
tree22f8b1fb5b03883b5623cc043e6a7c6e341a244d
parented9f94c5b90d1785d4c7c8c8ef5c1bf2ba1b9fef (diff)
downloadafl++-86c567fa3a37e9181b5e692b53b5fae07921cc33.tar.gz
update qemuafl + unicorn for include changes
-rw-r--r--qemu_mode/QEMUAFL_VERSION2
-rw-r--r--unicorn_mode/UNICORNAFL_VERSION2
-rwxr-xr-xunicorn_mode/build_unicorn_support.sh5
m---------unicorn_mode/unicornafl0
4 files changed, 5 insertions, 4 deletions
diff --git a/qemu_mode/QEMUAFL_VERSION b/qemu_mode/QEMUAFL_VERSION
index b73ccc52..9d6d7dba 100644
--- a/qemu_mode/QEMUAFL_VERSION
+++ b/qemu_mode/QEMUAFL_VERSION
@@ -1 +1 @@
-5400ce883a
+6ea7398ee3
diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION
index f5537ed8..2dbc30b8 100644
--- a/unicorn_mode/UNICORNAFL_VERSION
+++ b/unicorn_mode/UNICORNAFL_VERSION
@@ -1 +1 @@
-768e6bb2
+83d1b426
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh
index 8f6ceab7..c32eb3e1 100755
--- a/unicorn_mode/build_unicorn_support.sh
+++ b/unicorn_mode/build_unicorn_support.sh
@@ -177,8 +177,9 @@ echo "[*] Checking out $UNICORNAFL_VERSION"
 sh -c 'git stash && git stash drop' 1>/dev/null 2>/dev/null
 git checkout "$UNICORNAFL_VERSION" || exit 1
 
-echo "[*] making sure config.h matches"
-cp "../../config.h" "." || exit 1
+echo "[*] making sure afl++ header files match"
+cp "../../include/config.h" "." || exit 1
+cp "../../include/types.h" "." || exit 1
 
 echo "[*] Configuring Unicorn build..."
 
diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl
-Subproject 8cca4801adb767dce7cf72202d7d25bdb420cf7
+Subproject 83d1b426be5d373edcc81576f58a10f617df143