about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-06-03 02:00:58 +0200
committerDominik Maier <domenukk@gmail.com>2020-06-03 02:00:58 +0200
commit304a72c1ff84be6c4d217d2bc3f94884425e853e (patch)
tree8a1a683ee36ad55cd9007cba19635b52e4d62017
parent83112ed5e0da90634d73a5111892e713cc19733d (diff)
downloadafl++-304a72c1ff84be6c4d217d2bc3f94884425e853e.tar.gz
added shmem support to unicornafl
-rw-r--r--src/afl-forkserver.c4
-rw-r--r--unicorn_mode/UNICORNAFL_VERSION2
m---------unicorn_mode/unicornafl0
3 files changed, 5 insertions, 1 deletions
diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c
index 6601aceb..d32e8293 100644
--- a/src/afl-forkserver.c
+++ b/src/afl-forkserver.c
@@ -522,6 +522,10 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
 
           }
 
+        } else {
+
+          FATAL("Target requested sharedmem fuzzing, but we failed to enable it.");
+
         }
 
       }
diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION
index 308f68fa..5ccb9480 100644
--- a/unicorn_mode/UNICORNAFL_VERSION
+++ b/unicorn_mode/UNICORNAFL_VERSION
@@ -1 +1 @@
-37067ac
+f633b2a
diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl
-Subproject 707060cbc3b9d978f6e47d037ad05b2bfc5e88a
+Subproject f633b2a6d918631a9f37f3785449f331e430155