diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-01-06 11:46:14 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-01-06 11:46:14 +0100 |
commit | 67cbeeb395c7e0aa8820e79c92f5e8e1322f8be0 (patch) | |
tree | 9cd9ac417014db8e2a03ed1b332c3653c945edd2 /experimental/argv_fuzzing/argvfuzz.c | |
parent | 58c7a0f8fe1ae5a31a46ea215f678a3a27fc4537 (diff) | |
download | afl++-67cbeeb395c7e0aa8820e79c92f5e8e1322f8be0.tar.gz |
added ++ to copyright notes
Diffstat (limited to 'experimental/argv_fuzzing/argvfuzz.c')
-rw-r--r-- | experimental/argv_fuzzing/argvfuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/argv_fuzzing/argvfuzz.c b/experimental/argv_fuzzing/argvfuzz.c index 65fb5e13..939bd540 100644 --- a/experimental/argv_fuzzing/argvfuzz.c +++ b/experimental/argv_fuzzing/argvfuzz.c @@ -1,5 +1,5 @@ /* - american fuzzy lop - LD_PRELOAD for fuzzing argv in binaries + american fuzzy lop++ - LD_PRELOAD for fuzzing argv in binaries ------------------------------------------------------------ Copyright 2019 Kjell Braden <afflux@pentabarf.de> |