diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-16 18:00:04 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-16 18:00:04 +0100 |
commit | a4bafb6e11b613a20d89a7f1da4806476a50eb8a (patch) | |
tree | 4cfab70809eb685fbce13d01e7da31d4571dede8 /afl-dyninst.cpp | |
parent | 3275c412b6458be0ebe90b95aff9c70e2abdde20 (diff) | |
download | afl-dyninst-a4bafb6e11b613a20d89a7f1da4806476a50eb8a.tar.gz |
dockerfile enhancements
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 ea6a4f4..450d903 100644 --- a/afl-dyninst.cpp +++ b/afl-dyninst.cpp @@ -346,7 +346,7 @@ int main(int argc, char **argv) { char *func2patch = NULL; int loop; - cout << "afl-dyninst (c) 2017-2020 by Aleksandar Nikolic and Marc Heuse [https://github.com/vanhauser-thc/afl-dyninst] Apache 2.0 License" << endl; + cout << "afl-dyninst (c) 2017-2021 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; |