about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-01-30 17:53:28 +0100
committervanhauser-thc <vh@thc.org>2022-01-30 17:53:28 +0100
commitc75124aefa1480df74b0f9ea6872730a1be6b015 (patch)
tree7eecf049dd6add2ad841e27c3e7ae09ffeff05c6
parent2861f695ba6676c9bfaa9fbb1a27ca33d82fa290 (diff)
downloadafl++-c75124aefa1480df74b0f9ea6872730a1be6b015.tar.gz
debug ci
-rwxr-xr-xtest/test-frida-mode.sh1
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 )" && {