unicorn fixes

This commit is contained in:
Dominik Maier
2022-01-22 19:44:07 +01:00
parent ac169c3087
commit 227b42b1d0
3 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
7b0c61f25042ebed910b88da2ca42778b858b852
468798455a9f9790d2da369a18ed49fda3a64e8c

View File

@ -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..."