about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-02-04 14:37:28 +0100
committervanhauser-thc <vh@thc.org>2023-02-04 14:37:28 +0100
commitec87abda93d68f489f26ed2a2ae75b4f1e26d0bb (patch)
tree6dd080f204be5ac1d3adb5c4731a07e379438511
parente1434bcfcd8c13de838559fd7b797d1a3cd5a672 (diff)
downloadafl++-ec87abda93d68f489f26ed2a2ae75b4f1e26d0bb.tar.gz
readme
-rw-r--r--custom_mutators/autotokens/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/custom_mutators/autotokens/README b/custom_mutators/autotokens/README
index f82dcd98..86e7c9b3 100644
--- a/custom_mutators/autotokens/README
+++ b/custom_mutators/autotokens/README
@@ -18,6 +18,12 @@ Do **not** set `AFL_DISABLE_TRIM` with this custom mutator!
 `AUTOTOKENS_ONLY_FAV` - only use this mutator on favorite queue items
 `AUTOTOKENS_COMMENT` - what character or string starts a comment which will be
                        removed. Default: `/* ... */`
+`AUTOTOKENS_FUZZ_COUNT_SHIFT` - reduce the number of fuzzing performed, shifting
+                                the value by this number set, e.g. 1.
+`AUTOTOKENS_LEARN_DICT` - learn from dictionaries?
+                          0 = none
+                          1 = only -x or autodict
+                          2 = -x, autodict and `CMPLOG`
 `AUTOTOKENS_ALTERNATIVE_TOKENIZE` - use an alternative tokenize implementation
                                    (experimental)
 `AUTOTOKENS_WHITESPACE` - whitespace string to use for ALTERNATIVE_TOKENIZE,