diff options
author | vanhauser-thc <vh@thc.org> | 2022-01-26 09:55:12 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-01-26 09:55:12 +0100 |
commit | b0758ac8db0a2ec833b5ef7a60ab2d04cc7f6a9a (patch) | |
tree | 54487eec5b7f1b23a4c3f54efa490378fd8a2888 /test | |
parent | 77c06408c35e889ac0091efe102ed57ce60c94a4 (diff) | |
download | afl++-b0758ac8db0a2ec833b5ef7a60ab2d04cc7f6a9a.tar.gz |
4.00c readiness
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-unicorn-mode.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-unicorn-mode.sh b/test/test-unicorn-mode.sh index e197e226..182958d6 100755 --- a/test/test-unicorn-mode.sh +++ b/test/test-unicorn-mode.sh @@ -4,7 +4,7 @@ $ECHO "$BLUE[*] Testing: unicorn_mode" test -d ../unicorn_mode/unicornafl -a -e ../unicorn_mode/unicornafl/samples/shellcode && { - test -e ../unicorn_mode/samples/simple/simple_target.bin -a -e ../unicorn_mode/samples/compcov_x64/compcov_target.bin && { + test -e ../unicorn_mode/samples/python_simple/simple_target.bin -a -e ../unicorn_mode/samples/compcov_x64/compcov_target.bin && { { # We want to see python errors etc. in logs, in case something doesn't work export AFL_DEBUG_CHILD=1 @@ -61,7 +61,7 @@ test -d ../unicorn_mode/unicornafl -a -e ../unicorn_mode/unicornafl/samples/shel { $ECHO "$GREY[*] running afl-fuzz for unicorn_mode in python, this will take approx 25 seconds" { - ../afl-fuzz -m ${MEM_LIMIT} -V25 -U -i in -o out -d -- "$PY" ../unicorn_mode/samples/simple/simple_test_harness.py @@ >>errors 2>&1 + ../afl-fuzz -m ${MEM_LIMIT} -V25 -U -i in -o out -d -- "$PY" ../unicorn_mode/samples/python_simple/simple_test_harness.py @@ >>errors 2>&1 } >>errors 2>&1 test -n "$( ls out/default/queue/id:000002* 2>/dev/null )" && { $ECHO "$GREEN[+] afl-fuzz is working correctly with unicorn_mode" |