diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-04-17 11:01:14 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-17 11:01:14 +0200 |
commit | 8fa5d4c313372a337c7facf0428b0339babbe057 (patch) | |
tree | bb79147dfb25065924176948a31e77962e0a17d8 /qemu_mode/build_qemu_support.sh | |
parent | 23ea7279159dce964c69b3dfa5e7e36f3d5a5085 (diff) | |
download | afl++-8fa5d4c313372a337c7facf0428b0339babbe057.tar.gz |
clearer code
Diffstat (limited to 'qemu_mode/build_qemu_support.sh')
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index 118f6ebd..c512396a 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -234,6 +234,7 @@ if [ "$ORIG_CPU_TARGET" = "" ]; then unset AFL_INST_RATIO + echo "[*] Comparing two afl-showmap -Q outputs..." echo 0 | ./afl-showmap -m none -Q -q -o .test-instr0 ./test-instr || exit 1 echo 1 | ./afl-showmap -m none -Q -q -o .test-instr1 ./test-instr || exit 1 |