diff options
Diffstat (limited to 'afl-dyninst.sh')
-rwxr-xr-x | afl-dyninst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/afl-dyninst.sh b/afl-dyninst.sh new file mode 100755 index 0000000..dd7d747 --- /dev/null +++ b/afl-dyninst.sh @@ -0,0 +1,3 @@ +#!/bin/sh +export DYNINSTAPI_RT_LIB=/usr/local/lib/libdyninstAPI_RT.so +afl-dyninst $* |