diff options
author | ea <ea@users.noreply.github.com> | 2016-06-01 23:43:18 +0200 |
---|---|---|
committer | ea <ea@users.noreply.github.com> | 2016-06-01 23:43:18 +0200 |
commit | c4ec73924f98c8de2eff723715ac38b7c49ce34b (patch) | |
tree | 9cb7879bee409aec47239534d88c897939893b85 /afl-dyninst.cpp | |
parent | 3587f9e955ebff866ba7c6104e2026effe49b343 (diff) | |
parent | 2ca7045f99461f38f1ddab3e8556e0f946f342fa (diff) | |
download | afl-dyninst-c4ec73924f98c8de2eff723715ac38b7c49ce34b.tar.gz |
Merge pull request #1 from talos-vulndev/master
sync with remote
Diffstat (limited to 'afl-dyninst.cpp')
-rw-r--r-- | afl-dyninst.cpp | 2 |
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 \ |