about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-02-05 07:32:20 +0100
committervanhauser-thc <vh@thc.org>2022-02-05 07:32:20 +0100
commitce5032cc2949366260db12a7d52699b23ff9cda4 (patch)
tree3a57d62173c2b06da8aa32a5b8166638551c25ab
parent04d693721bbfe181a8d1c6361d46baa74388e6f2 (diff)
downloadafl++-ce5032cc2949366260db12a7d52699b23ff9cda4.tar.gz
debug CI
-rwxr-xr-xtest/test-frida-mode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-frida-mode.sh b/test/test-frida-mode.sh
index 501ef70a..59b8e307 100755
--- a/test/test-frida-mode.sh
+++ b/test/test-frida-mode.sh
@@ -22,7 +22,7 @@ test -e ../afl-frida-trace.so && {
       echo 00000 > in/in
       $ECHO "$GREY[*] running afl-fuzz for frida_mode, this will take approx 10 seconds"
       {
-        ../afl-fuzz -m ${MEM_LIMIT} -V10 -O -i in -o out -- ./test-instr >>errors 2>&1
+        AFL_DEBUG=1 AFL_FRIDA_VERBOSE=1 ../afl-fuzz -m ${MEM_LIMIT} -V10 -O -i in -o out -- ./test-instr >>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 frida_mode"