about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-01-30 17:19:22 +0100
committervanhauser-thc <vh@thc.org>2022-01-30 17:19:22 +0100
commit2861f695ba6676c9bfaa9fbb1a27ca33d82fa290 (patch)
tree07040ccd067a899a86092d9fe95b7ca1e090c06f
parent43a7c0d601526654bb47f138b63a93d925a6e832 (diff)
downloadafl++-2861f695ba6676c9bfaa9fbb1a27ca33d82fa290.tar.gz
debug ci
-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