From 6b1f87b4cc11d7e19c51a8665645b2b95628e855 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Tue, 3 May 2016 19:18:13 -0700 Subject: Added dockerfile and removed requirement for instrumentation lib to be in CWD --- afl-dyninst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'afl-dyninst.cpp') diff --git a/afl-dyninst.cpp b/afl-dyninst.cpp index 38c99a4..aa45741 100644 --- a/afl-dyninst.cpp +++ b/afl-dyninst.cpp @@ -29,7 +29,7 @@ set runtimeLibraries; int bbSkip = 0; bool skipMainModule = false; -const char *instLibrary = "./libAflDyninst.so"; +const char *instLibrary = "libAflDyninst.so"; static const char *OPT_STR = "i:o:l:e:vs:dr:"; static const char *USAGE = " -i -o -l -e
-s \n \ -- cgit 1.4.1