diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-frida-mode.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test-frida-mode.sh b/test/test-frida-mode.sh index 63b9e162..b47d016a 100755 --- a/test/test-frida-mode.sh +++ b/test/test-frida-mode.sh @@ -58,10 +58,10 @@ test -e ../afl-frida-trace.so && { test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc" -o "$SYS" = "aarch64" -o ! "${SYS%%arm*}" && { $ECHO "$GREY[*] running afl-fuzz for persistent frida_mode, this will take approx 10 seconds" { - if file test-instr | grep -q "32-bit"; then - else - export AFL_FRIDA_PERSISTENT_ADDR=0x`nm test-instr | grep "T main" | awk '{print $1}'` - fi + #if file test-instr | grep -q "32-bit"; then + #else + #fi + export AFL_FRIDA_PERSISTENT_ADDR=0x`nm test-instr | grep "T main" | awk '{print $1}'` $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 |