diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-04 16:49:47 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-11-04 17:10:03 +0900 |
commit | f9d644e7f357a21aa64a5de27408b74cbd345dc8 (patch) | |
tree | 7829136efbd1f4b12816f884af2c053b54a7704f /afl-fuzz-dyninst.sh | |
parent | cff2d88f97f983683f4caf0e8f87a4f858b486be (diff) | |
download | afl-dyninst-f9d644e7f357a21aa64a5de27408b74cbd345dc8.tar.gz |
Rework build recipe
Diffstat (limited to 'afl-fuzz-dyninst.sh')
-rwxr-xr-x | afl-fuzz-dyninst.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/afl-fuzz-dyninst.sh b/afl-fuzz-dyninst.sh deleted file mode 100755 index 3a2ddcf..0000000 --- a/afl-fuzz-dyninst.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -test -z "$1" -o "$1" = "-h" && { echo Syntax: $0 afl-fuzz-options ; echo sets the afl-dyninst environment variables ; exit 1 ; } -# -# 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 ; } -#export AFL_EXIT_WHEN_DONE=1 -#export AFL_TMPDIR=/run/$$ -#export AFL_PRELOAD=./desock.so:./libdislocator/libdislocator.so -afl-fuzz $* |