about summary refs log tree commit diff
path: root/custom_mutators/autotokens/autotokens.cpp
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-01-29 10:07:33 +0100
committervanhauser-thc <vh@thc.org>2023-01-29 10:07:33 +0100
commitb5d8d4c866137a8a6bd55225b0eaf723123c46c9 (patch)
tree5f52ba46fdb195004c6e0c50dc70f6ea80ce5f6b /custom_mutators/autotokens/autotokens.cpp
parent47f35d29ac53ed1cdb87f65591b62947a7965060 (diff)
downloadafl++-b5d8d4c866137a8a6bd55225b0eaf723123c46c9.tar.gz
comment
Diffstat (limited to 'custom_mutators/autotokens/autotokens.cpp')
-rw-r--r--custom_mutators/autotokens/autotokens.cpp6
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"