From cff2d88f97f983683f4caf0e8f87a4f858b486be Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Fri, 21 May 2021 22:29:38 +0200 Subject: support new afl++ working --- afl-fuzz-dyninst.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/afl-fuzz-dyninst.sh b/afl-fuzz-dyninst.sh index 4b95f50..3a2ddcf 100755 --- a/afl-fuzz-dyninst.sh +++ b/afl-fuzz-dyninst.sh @@ -4,6 +4,7 @@ test -z "$1" -o "$1" = "-h" && { echo Syntax: $0 afl-fuzz-options ; echo sets th # remember to run afl-system-config ! # export AFL_SKIP_BIN_CHECK=1 +export AFL_MAP_SIZE=65536 export DYNINSTAPI_RT_LIB=/usr/local/lib/libdyninstAPI_RT.so export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:. echo " $*" | grep -q " -m" || { echo "Warning: no -m memory option specified!" ; sleep 1 ; } -- cgit 1.4.1