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 /unicorn_mode/samples | |
| parent | afc15965c00b6b2646902d8073cf9c925862b853 (diff) | |
| download | afl++-822aea3cb497a971598f535b16dbd0c63c6d0e01.tar.gz | |
unicorn fix
Diffstat (limited to 'unicorn_mode/samples')
| -rw-r--r-- | unicorn_mode/samples/simple/simple_test_harness.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
