aboutsummaryrefslogtreecommitdiff
path: root/unicorn_mode
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2022-01-22 19:44:07 +0100
committerDominik Maier <domenukk@gmail.com>2022-01-22 19:44:07 +0100
commit227b42b1d05b7dc74a11b54d185130ecdb91190e (patch)
tree2a1ef7e927d38ada8eb48b3be0231209e1e45761 /unicorn_mode
parentac169c30874251e3dcd74f9ce4b43a7d26435cdd (diff)
downloadAFLplusplus-227b42b1d05b7dc74a11b54d185130ecdb91190e.tar.gz
unicorn fixes
Diffstat (limited to 'unicorn_mode')
-rw-r--r--unicorn_mode/UNICORNAFL_VERSION2
-rwxr-xr-xunicorn_mode/build_unicorn_support.sh3
m---------unicorn_mode/unicornafl0
3 files changed, 2 insertions, 3 deletions
diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION
index 8b9c9fc0..ba9a4d9c 100644
--- a/unicorn_mode/UNICORNAFL_VERSION
+++ b/unicorn_mode/UNICORNAFL_VERSION
@@ -1 +1 @@
-7b0c61f25042ebed910b88da2ca42778b858b852
+468798455a9f9790d2da369a18ed49fda3a64e8c
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh
index 340ac77c..842ad020 100755
--- a/unicorn_mode/build_unicorn_support.sh
+++ b/unicorn_mode/build_unicorn_support.sh
@@ -180,8 +180,7 @@ sh -c 'git stash && git stash drop' 1>/dev/null 2>/dev/null
git checkout "$UNICORNAFL_VERSION" || exit 1
echo "[*] making sure afl++ header files match"
-cp "../../include/config.h" "." || exit 1
-cp "../../include/types.h" "." || exit 1
+cp "../../include/config.h" "./include" || exit 1
echo "[*] Configuring Unicorn build..."
diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl
-Subproject 7b0c61f25042ebed910b88da2ca42778b858b85
+Subproject 468798455a9f9790d2da369a18ed49fda3a64e8