summary refs log tree commit diff
path: root/afl-dyninst.cpp
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-01-04 11:32:01 +0100
committervan Hauser <vh@thc.org>2019-01-04 11:32:01 +0100
commit2868ba98b6e9320899bf6f0a21c4e04e9428169f (patch)
tree3eeac5c8c6dd5eefa6f4ff3a12637d250202f417 /afl-dyninst.cpp
parent3934ba8e45541096fea1b02047bd96d5c1474721 (diff)
downloadafl-dyninst-2868ba98b6e9320899bf6f0a21c4e04e9428169f.tar.gz
README updates
Diffstat (limited to 'afl-dyninst.cpp')
-rw-r--r--afl-dyninst.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/afl-dyninst.cpp b/afl-dyninst.cpp
index 4ff3edb..5b25262 100644
--- a/afl-dyninst.cpp
+++ b/afl-dyninst.cpp
@@ -346,6 +346,8 @@ bool insertBBCallback(BPatch_addressSpace * appBin, BPatch_function * curFunc, c
 int main(int argc, char **argv) {
   char *func2patch = NULL;
   int loop;
+  
+  cout << "afl-dyninst (c) 2017-2019 by Aleksandar Nikolic and Marc Heuse [https://github.com/vanhauser-thc/afl-dyninst] Apache 2.0 License" << endl;
 
   if (argc < 3 || strncmp(argv[1], "-h", 2) == 0 || strncmp(argv[1], "--h", 3) == 0) {
     cout << "Usage: " << argv[0] << USAGE;