aboutsummaryrefslogtreecommitdiff
path: root/unicorn_mode
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-01-23 00:10:59 +0100
committerDominik Maier <domenukk@gmail.com>2021-01-23 00:10:59 +0100
commite37e43295280cf5e90ab2b47b5ccf0b2d926c4bb (patch)
treedc69c91d79b3f30309c18d945da85a0419b455ec /unicorn_mode
parentc4118e869df19aa514a46d4cf9ee90e9d4f76382 (diff)
downloadAFLplusplus-e37e43295280cf5e90ab2b47b5ccf0b2d926c4bb.tar.gz
updated uc ref
Diffstat (limited to 'unicorn_mode')
-rw-r--r--unicorn_mode/UNICORNAFL_VERSION2
-rwxr-xr-xunicorn_mode/update_uc_ref.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION
index 2dbc30b8..f1fb7f18 100644
--- a/unicorn_mode/UNICORNAFL_VERSION
+++ b/unicorn_mode/UNICORNAFL_VERSION
@@ -1 +1 @@
-83d1b426
+0dd17c58
diff --git a/unicorn_mode/update_uc_ref.sh b/unicorn_mode/update_uc_ref.sh
index a2613942..7c1c7778 100755
--- a/unicorn_mode/update_uc_ref.sh
+++ b/unicorn_mode/update_uc_ref.sh
@@ -19,7 +19,7 @@ if [ "$NEW_VERSION" = "-h" ]; then
exit 1
fi
-git submodule init && git submodule update || exit 1
+git submodule init && git submodule update unicornafl || exit 1
cd ./unicornafl || exit 1
git fetch origin dev 1>/dev/null || exit 1
git stash 1>/dev/null 2>/dev/null