diff options
| author | hexcoder- <heiko@hexco.de> | 2020-03-21 10:36:18 +0100 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2020-03-21 10:36:18 +0100 |
| commit | 993bf03af90bca5e155251df271d536d5eb1d215 (patch) | |
| tree | 31d3f8fecc1296b1ece35005ff9c155590243269 /unicorn_mode | |
| parent | 2508008b53b3e3a891a3d4ba4d73d554a91e5c16 (diff) | |
| parent | a0012c9e824e4709bcc5c241424efb1821a897aa (diff) | |
| download | afl++-993bf03af90bca5e155251df271d536d5eb1d215.tar.gz | |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'unicorn_mode')
| -rwxr-xr-x | unicorn_mode/build_unicorn_support.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/build_unicorn_support.sh b/unicorn_mode/build_unicorn_support.sh index 7b82055c..d1873cc1 100755 --- a/unicorn_mode/build_unicorn_support.sh +++ b/unicorn_mode/build_unicorn_support.sh @@ -176,7 +176,7 @@ cd ../samples/simple || exit 1 # Run afl-showmap on the sample application. If anything comes out then it must have worked! unset AFL_INST_RATIO -echo 0 | ../../../afl-showmap -U -m none -q -o .test-instr0 -- $PYTHONBIN simple_test_harness.py ./sample_inputs/sample1.bin || exit 1 +echo 0 | ../../../afl-showmap -U -m none -t 2000 -q -o .test-instr0 -- $PYTHONBIN simple_test_harness.py ./sample_inputs/sample1.bin || exit 1 if [ -s .test-instr0 ] then |
