diff options
author | hexcoder- <heiko@hexco.de> | 2021-05-04 21:34:32 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-05-04 21:34:32 +0200 |
commit | c695a031b86fd99605379c4cd241931685f0d3a1 (patch) | |
tree | c2526513f11e22227d327474db066448673b4c1b | |
parent | be493f0abae85f4a72da57a47e2bf0da9459249e (diff) | |
download | afl++-c695a031b86fd99605379c4cd241931685f0d3a1.tar.gz |
prepare for 32-bit support (later)
-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 |