diff options
author | hexcoder- <heiko@hexco.de> | 2019-10-19 18:23:01 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-10-19 18:23:01 +0200 |
commit | c83e8e1e6255374b085292ba8673efdca7388d76 (patch) | |
tree | c4a6484a22a2a9f69a057e877de04f54a6e6efed /src/afl-analyze.c | |
parent | 452ec28761db9648e2f4b66b1e9374ca3f62e22d (diff) | |
download | afl++-c83e8e1e6255374b085292ba8673efdca7388d76.tar.gz |
Remove lcamtuf's old email from Google (not valid anymore), also remove maintainance from him.
Diffstat (limited to 'src/afl-analyze.c')
-rw-r--r-- | src/afl-analyze.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-analyze.c b/src/afl-analyze.c index 2d13621b..5555a262 100644 --- a/src/afl-analyze.c +++ b/src/afl-analyze.c @@ -2,7 +2,7 @@ american fuzzy lop++ - file format analyzer ------------------------------------------- - Originally written by Michal Zalewski <lcamtuf@google.com> + Originally written by Michal Zalewski Now maintained by by Marc Heuse <mh@mh-sec.de>, Heiko Eißfeldt <heiko.eissfeldt@hexco.de> and @@ -841,7 +841,7 @@ int main(int argc, char** argv) { doc_path = access(DOC_PATH, F_OK) ? "docs" : DOC_PATH; - SAYF(cCYA "afl-analyze" VERSION cRST " by <lcamtuf@google.com>\n"); + SAYF(cCYA "afl-analyze" VERSION cRST " by Michal Zalewski\n"); while ((opt = getopt(argc, argv, "+i:f:m:t:eQUWh")) > 0) |