mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
unicorn fixes
This commit is contained in:
@ -1 +1 @@
|
|||||||
7b0c61f25042ebed910b88da2ca42778b858b852
|
468798455a9f9790d2da369a18ed49fda3a64e8c
|
||||||
|
@ -180,8 +180,7 @@ sh -c 'git stash && git stash drop' 1>/dev/null 2>/dev/null
|
|||||||
git checkout "$UNICORNAFL_VERSION" || exit 1
|
git checkout "$UNICORNAFL_VERSION" || exit 1
|
||||||
|
|
||||||
echo "[*] making sure afl++ header files match"
|
echo "[*] making sure afl++ header files match"
|
||||||
cp "../../include/config.h" "." || exit 1
|
cp "../../include/config.h" "./include" || exit 1
|
||||||
cp "../../include/types.h" "." || exit 1
|
|
||||||
|
|
||||||
echo "[*] Configuring Unicorn build..."
|
echo "[*] Configuring Unicorn build..."
|
||||||
|
|
||||||
|
Submodule unicorn_mode/unicornafl updated: 7b0c61f250...468798455a
Reference in New Issue
Block a user