diff options
author | vanhauser-thc <vh@thc.org> | 2022-01-30 17:53:28 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-01-30 17:53:28 +0100 |
commit | c75124aefa1480df74b0f9ea6872730a1be6b015 (patch) | |
tree | 7eecf049dd6add2ad841e27c3e7ae09ffeff05c6 | |
parent | 2861f695ba6676c9bfaa9fbb1a27ca33d82fa290 (diff) | |
download | afl++-c75124aefa1480df74b0f9ea6872730a1be6b015.tar.gz |
debug ci
-rwxr-xr-x | test/test-frida-mode.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-frida-mode.sh b/test/test-frida-mode.sh index 48e2de1a..92b44071 100755 --- a/test/test-frida-mode.sh +++ b/test/test-frida-mode.sh @@ -68,6 +68,7 @@ test -e ../afl-frida-trace.so && { export AFL_DEBUG_CHILD=1 export AFL_FRIDA_VERBOSE=1 ../afl-fuzz -m ${MEM_LIMIT} -V10 -O -i in -o out -- ./test-instr + nm test-instr | grep -i "main" unset AFL_FRIDA_PERSISTENT_ADDR } >>errors 2>&1 test -n "$( ls out/default/queue/id:000002* 2>/dev/null )" && { |