diff options
-rw-r--r-- | unicorn_mode/UNICORNAFL_VERSION | 2 | ||||
-rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 3 | ||||
m--------- | unicorn_mode/unicornafl | 0 |
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 |