From 91ed32b7e29565cdb92fa3ebb395066da939be47 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 16 Mar 2018 12:20:58 +0100 Subject: final dynamorio changes --- afl-fuzz-dyninst.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 afl-fuzz-dyninst.sh (limited to 'afl-fuzz-dyninst.sh') diff --git a/afl-fuzz-dyninst.sh b/afl-fuzz-dyninst.sh new file mode 100755 index 0000000..bb10a95 --- /dev/null +++ b/afl-fuzz-dyninst.sh @@ -0,0 +1,9 @@ +#!/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 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. +export AFL_EXIT_WHEN_DONE=1 +#export AFL_TMPDIR=/run/$$ +#export AFL_PRELOAD=./desock.so:./libdislocator/libdislocator.so +afl-fuzz $* -- cgit 1.4.1