about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xtest/test-frida-mode.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-frida-mode.sh b/test/test-frida-mode.sh
index b47d016a..48e2de1a 100755
--- a/test/test-frida-mode.sh
+++ b/test/test-frida-mode.sh
@@ -65,6 +65,8 @@ test -e ../afl-frida-trace.so && {
           $ECHO "Info: AFL_FRIDA_PERSISTENT_ADDR=$AFL_FRIDA_PERSISTENT_ADDR <= $(nm test-instr | grep "T main" | awk '{print $1}')"
           env|grep AFL_|sort
           file test-instr
+          export AFL_DEBUG_CHILD=1
+          export AFL_FRIDA_VERBOSE=1
           ../afl-fuzz -m ${MEM_LIMIT} -V10 -O -i in -o out -- ./test-instr
           unset AFL_FRIDA_PERSISTENT_ADDR
         } >>errors 2>&1