diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-06-03 02:00:58 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-06-03 02:00:58 +0200 |
commit | 304a72c1ff84be6c4d217d2bc3f94884425e853e (patch) | |
tree | 8a1a683ee36ad55cd9007cba19635b52e4d62017 | |
parent | 83112ed5e0da90634d73a5111892e713cc19733d (diff) | |
download | afl++-304a72c1ff84be6c4d217d2bc3f94884425e853e.tar.gz |
added shmem support to unicornafl
-rw-r--r-- | src/afl-forkserver.c | 4 | ||||
-rw-r--r-- | unicorn_mode/UNICORNAFL_VERSION | 2 | ||||
m--------- | unicorn_mode/unicornafl | 0 |
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 |