diff options
author | vanhauser-thc <vh@thc.org> | 2023-01-29 10:07:33 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-01-29 10:07:33 +0100 |
commit | b5d8d4c866137a8a6bd55225b0eaf723123c46c9 (patch) | |
tree | 5f52ba46fdb195004c6e0c50dc70f6ea80ce5f6b /custom_mutators/autotokens/autotokens.cpp | |
parent | 47f35d29ac53ed1cdb87f65591b62947a7965060 (diff) | |
download | afl++-b5d8d4c866137a8a6bd55225b0eaf723123c46c9.tar.gz |
comment
Diffstat (limited to 'custom_mutators/autotokens/autotokens.cpp')
-rw-r--r-- | custom_mutators/autotokens/autotokens.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/custom_mutators/autotokens/autotokens.cpp b/custom_mutators/autotokens/autotokens.cpp index 4a2cc08f..0a010f0b 100644 --- a/custom_mutators/autotokens/autotokens.cpp +++ b/custom_mutators/autotokens/autotokens.cpp @@ -1,3 +1,9 @@ +/* + token level fuzzing custom mutator for afl++ + (c) by Marc Heuse <mh@mh-sec.de> + License: Apache 2.0 +*/ + extern "C" { #include "afl-fuzz.h" |