aboutsummaryrefslogtreecommitdiff
path: root/unicorn_mode
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 /unicorn_mode
parented9f94c5b90d1785d4c7c8c8ef5c1bf2ba1b9fef (diff)
downloadAFLplusplus-86c567fa3a37e9181b5e692b53b5fae07921cc33.tar.gz
update qemuafl + unicorn for include changes
Diffstat (limited to 'unicorn_mode')
-rw-r--r--unicorn_mode/UNICORNAFL_VERSION2
-rwxr-xr-xunicorn_mode/build_unicorn_support.sh5
m---------unicorn_mode/unicornafl0
3 files changed, 4 insertions, 3 deletions
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