From 9f01737fa7e375e30acef05da9f93d26fcdf664e Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Fri, 1 May 2020 02:08:04 +0200 Subject: updated unicorn --- unicorn_mode/unicornafl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unicorn_mode/unicornafl') diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl index 25ae270c..f8e3792e 160000 --- a/unicorn_mode/unicornafl +++ b/unicorn_mode/unicornafl @@ -1 +1 @@ -Subproject commit 25ae270c1b949a5d1c2c5460b778f0a35bfe67d7 +Subproject commit f8e3792ed07710c5138e016376b73298999a35dc -- cgit 1.4.1 From a2bc3538f746b1e8f1c7b474b3a7b1fcc332998e Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Fri, 1 May 2020 12:03:41 +0200 Subject: python no longer needed for build --- unicorn_mode/UNICORNAFL_VERSION | 2 +- unicorn_mode/build_unicorn_support.sh | 2 +- unicorn_mode/unicornafl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'unicorn_mode/unicornafl') diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION index 3d95ba0b..11bd2155 100644 --- a/unicorn_mode/UNICORNAFL_VERSION +++ b/unicorn_mode/UNICORNAFL_VERSION @@ -1 +1 @@ -f8e3792ed07710c5138e016376b73298999a35dc +d4cc77cce71c15bb3d1f552d703a77e2a17cf42d diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 965d7614..0961d6e1 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -183,7 +183,7 @@ echo "[*] Attempting to build unicornafl (fingers crossed!)..." $MAKECMD clean # make doesn't seem to work for unicorn # Fixed to 1 core for now as there is a race condition in the makefile -UNICORN_QEMU_FLAGS="--python=$PYTHONBIN" $MAKECMD -j1 || exit 1 +$MAKECMD -j1 || exit 1 echo "[+] Build process successful!" diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl index f8e3792e..d4cc77cc 160000 --- a/unicorn_mode/unicornafl +++ b/unicorn_mode/unicornafl @@ -1 +1 @@ -Subproject commit f8e3792ed07710c5138e016376b73298999a35dc +Subproject commit d4cc77cce71c15bb3d1f552d703a77e2a17cf42d -- cgit 1.4.1 From a13958b32b6a1d8cba6f82b0d1ad03801721e3ef Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Tue, 5 May 2020 23:44:02 +0200 Subject: updated unicornafl --- unicorn_mode/UNICORNAFL_VERSION | 2 +- unicorn_mode/unicornafl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'unicorn_mode/unicornafl') diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION index 11bd2155..c0cc9e02 100644 --- a/unicorn_mode/UNICORNAFL_VERSION +++ b/unicorn_mode/UNICORNAFL_VERSION @@ -1 +1 @@ -d4cc77cce71c15bb3d1f552d703a77e2a17cf42d +94c1976 diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl index d4cc77cc..94c19769 160000 --- a/unicorn_mode/unicornafl +++ b/unicorn_mode/unicornafl @@ -1 +1 @@ -Subproject commit d4cc77cce71c15bb3d1f552d703a77e2a17cf42d +Subproject commit 94c1976975518691a03602f7ec5a817e2f341183 -- cgit 1.4.1