about summary refs log tree commit diff
path: root/afl-dyninst.cpp
diff options
context:
space:
mode:
authortalos-vulndev <vulndev@cisco.com>2016-05-03 21:24:32 -0500
committertalos-vulndev <vulndev@cisco.com>2016-05-03 21:24:32 -0500
commit2ca7045f99461f38f1ddab3e8556e0f946f342fa (patch)
tree9cb7879bee409aec47239534d88c897939893b85 /afl-dyninst.cpp
parentc2fdffa2a19f7c22ac52a3ff9d0baabc738af940 (diff)
parent6b1f87b4cc11d7e19c51a8665645b2b95628e855 (diff)
downloadafl-dyninst-2ca7045f99461f38f1ddab3e8556e0f946f342fa.tar.gz
Merge pull request #2 from richinseattle/master
Added dockerfile and removed requirement for instrumentation lib to b…
Diffstat (limited to 'afl-dyninst.cpp')
-rw-r--r--afl-dyninst.cpp2
1 files changed, 1 insertions, 1 deletions
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<string> 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 <binary> -o <binary> -l <library> -e <address> -s <number>\n \