diff options
author | Dominik Maier <domenukk@gmail.com> | 2021-01-25 04:24:43 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2021-01-25 04:24:43 +0100 |
commit | 822aea3cb497a971598f535b16dbd0c63c6d0e01 (patch) | |
tree | c5793ceec0008500df37a52dce9e0a5c692c7f8b | |
parent | afc15965c00b6b2646902d8073cf9c925862b853 (diff) | |
download | afl++-822aea3cb497a971598f535b16dbd0c63c6d0e01.tar.gz |
unicorn fix
-rw-r--r-- | unicorn_mode/UNICORNAFL_VERSION | 2 | ||||
-rw-r--r-- | unicorn_mode/samples/simple/simple_test_harness.py | 2 | ||||
m--------- | unicorn_mode/unicornafl | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/unicorn_mode/UNICORNAFL_VERSION b/unicorn_mode/UNICORNAFL_VERSION index a02531ec..4d8a03b2 100644 --- a/unicorn_mode/UNICORNAFL_VERSION +++ b/unicorn_mode/UNICORNAFL_VERSION @@ -1 +1 @@ -2a54500c +80d31ef3 diff --git a/unicorn_mode/samples/simple/simple_test_harness.py b/unicorn_mode/samples/simple/simple_test_harness.py index f4002ca8..4a673daf 100644 --- a/unicorn_mode/samples/simple/simple_test_harness.py +++ b/unicorn_mode/samples/simple/simple_test_harness.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Simple test harness for AFL's Unicorn Mode. diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl -Subproject 2a54500c08758d29caacd1ccf47d034d9faa4a1 +Subproject 80d31ef367f7a1a75fc48e08e129d10f2ffa049 |