diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-04-09 01:40:03 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-04-09 01:40:03 +0200 |
| commit | 9efa96fe0c5cab4d360517b7820ffa610b0d6461 (patch) | |
| tree | 4ebfb73f99839f14302e4e685b7e754422d166d2 | |
| parent | 361c2ac576a9fd4f996dd5f55b7a6f8a1a59eefe (diff) | |
| download | afl++-9efa96fe0c5cab4d360517b7820ffa610b0d6461.tar.gz | |
fixed critical whitespace
| -rw-r--r-- | unicorn_mode/build_unicorn_support.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 0d915238..df2a7f6d 100644 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -1,10 +1,10 @@ -#! /bin/sh +#!/bin/sh # # american fuzzy lop++ - unicorn mode build script # ------------------------------------------------ # # Originally written by Nathan Voss <njvoss99@gmail.com> -# +# # Adapted from code by Andrew Griffiths <agriffiths@google.com> and # Michal Zalewski # @@ -24,7 +24,7 @@ # # This script downloads, patches, and builds a version of Unicorn with # minor tweaks to allow Unicorn-emulated binaries to be run under -# afl-fuzz. +# afl-fuzz. # # The modifications reside in patches/*. The standalone Unicorn library # will be written to /usr/lib/libunicornafl.so, and the Python bindings @@ -46,7 +46,7 @@ if [ ! "$PLT" = "Linux" ] && [ ! "$PLT" = "Darwin" ] && [ ! "$PLT" = "FreeBSD" ] echo "[-] Error: Unicorn instrumentation is unsupported on $PLT." exit 1 - + fi if [ ! -f "../config.h" ]; then @@ -199,7 +199,7 @@ echo 0 | ../../../afl-showmap -U -m none -t 2000 -q -o .test-instr0 -- $PYTHONBI if [ -s .test-instr0 ] then - + echo "[+] Instrumentation tests passed. " echo '[+] Make sure to adapt older scripts to `import unicornafl` and use `uc.afl_forkserver_start`' echo ' or `uc.afl_fuzz` to kick off fuzzing.' |
