diff options
author | vanhauser-thc <vh@thc.org> | 2022-03-30 17:09:00 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-03-30 17:09:00 +0200 |
commit | 77a3abfa5e75228163bb4cf6008f90e436424e64 (patch) | |
tree | e5ee4470f2f6c048092d047bbd4989637acfc3dc | |
parent | a436ef47e5cf0cb16b4afddccc6530285a6bb6fa (diff) | |
download | afl++-77a3abfa5e75228163bb4cf6008f90e436424e64.tar.gz |
remove debug
-rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 0f8c5e8c..f24c8ce3 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -217,9 +217,8 @@ cd ../samples/python_simple || echo "Cannot cd" # Run afl-showmap on the sample application. If anything comes out then it must have worked! unset AFL_INST_RATIO -pwd -echo "echo 0 | ../../../afl-showmap -U -m none -t 2000 -o ./.test-instr0 -- $PYTHONBIN ./simple_test_harness.py ./sample_inputs/sample1.bin" -echo 0 | ../../../afl-showmap -U -m none -t 2000 -o ./.test-instr0 -- $PYTHONBIN ./simple_test_harness.py ./sample_inputs/sample1.bin || echo "Showmap" +# pwd; echo "echo 0 | ../../../afl-showmap -U -m none -t 2000 -o ./.test-instr0 -- $PYTHONBIN ./simple_test_harness.py ./sample_inputs/sample1.bin" +echo 0 | ../../../afl-showmap -U -m none -t 2000 -o ./.test-instr0 -- $PYTHONBIN ./simple_test_harness.py ./sample_inputs/sample1.bin >/dev/null 2>&1 || echo "Showmap" if [ -s ./.test-instr0 ] then |