From c75124aefa1480df74b0f9ea6872730a1be6b015 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Sun, 30 Jan 2022 17:53:28 +0100 Subject: debug ci --- test/test-frida-mode.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 )" && { -- cgit 1.4.1