From f843c135a7442aaf40381e76439e250ae905be18 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 24 Feb 2018 12:08:20 +0100 Subject: added my changes --- afl-fuzz.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 afl-fuzz.sh (limited to 'afl-fuzz.sh') diff --git a/afl-fuzz.sh b/afl-fuzz.sh new file mode 100755 index 0000000..c9986c6 --- /dev/null +++ b/afl-fuzz.sh @@ -0,0 +1,6 @@ +#!/bin/bash +test -z "$1" -o "$1" = "-h" && { echo Syntax: $0 afl-fuzz-options ; echo sets the afl-dyninst environment variables ; exit 1 ; } +export AFL_SKIP_BIN_CHECK=1 +export DYNINSTAPI_RT_LIB=/usr/local/lib/libdyninstAPI_RT.so +#export AFL_PRELOAD=./desock.so +afl-fuzz $* -- cgit 1.4.1