about summary refs log tree commit diff
path: root/custom_mutators/autotokens/README
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-01-17 09:52:35 +0100
committervanhauser-thc <vh@thc.org>2023-01-17 09:52:35 +0100
commit33f41e3974348d3b0b71b3a30a6483bb0418068c (patch)
tree254ba6002cbe7c2b37a9c2c45b0c52ddf0a307b1 /custom_mutators/autotokens/README
parent4b915207c42f8100f306778f617d7003c3e2193f (diff)
downloadafl++-33f41e3974348d3b0b71b3a30a6483bb0418068c.tar.gz
autotokens: print stats at exit
Diffstat (limited to 'custom_mutators/autotokens/README')
-rw-r--r--custom_mutators/autotokens/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/custom_mutators/autotokens/README b/custom_mutators/autotokens/README
index 6849279e..0dcc6a3e 100644
--- a/custom_mutators/autotokens/README
+++ b/custom_mutators/autotokens/README
@@ -1,6 +1,6 @@
 # autotokens
 
-This implements an improved autotoken idea presented in
+This implements an improved autotoken grammar fuzzing idea presented in
 [Token-Level Fuzzing][https://www.usenix.org/system/files/sec21-salls.pdf].
 It is a grammar fuzzer without actually knowing the grammar.
 
@@ -8,5 +8,6 @@ It is recommended to run with together in an instance with `CMPLOG`.
 
 If you have a dictionary (`-x`) this improves this custom grammar mutator.
 
-If **not** run with `CMPLOG`, it is possible to set `AFL_CUSTOM_MUTATOR_ONLY`,
-to concentrate on grammar bug classes.
+If **not** running with `CMPLOG`, it is possible to set
+`AFL_CUSTOM_MUTATOR_ONLY` to concentrate on grammar bug classes.
+