summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-05-21 22:29:38 +0200
committervanhauser-thc <vh@thc.org>2021-05-21 22:29:38 +0200
commitcff2d88f97f983683f4caf0e8f87a4f858b486be (patch)
tree6dc73b803c3b1ce18cc7de7532c1ae4038fc1c20
parentf6ef4d000b9f024689d6906dd9e96c153c21b14a (diff)
downloadafl-dyninst-cff2d88f97f983683f4caf0e8f87a4f858b486be.tar.gz
support new afl++ working
-rwxr-xr-xafl-fuzz-dyninst.sh1
1 files changed, 1 insertions, 0 deletions
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 ; }