diff options
author | vanhauser-thc <vh@thc.org> | 2023-02-13 10:01:02 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-02-13 10:01:02 +0100 |
commit | 5a0100c6eece0d668c7040ec6e6ed3f59ef0d1ba (patch) | |
tree | 6a66e0441628e9c037b58506eb0cb1a35435bb09 | |
parent | 54fa78d32ce6779117a656c72f5c630713e7033f (diff) | |
download | afl++-5a0100c6eece0d668c7040ec6e6ed3f59ef0d1ba.tar.gz |
add to readme
-rw-r--r-- | custom_mutators/autotokens/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom_mutators/autotokens/README b/custom_mutators/autotokens/README index 904b5fa3..295cd736 100644 --- a/custom_mutators/autotokens/README +++ b/custom_mutators/autotokens/README @@ -20,6 +20,8 @@ Do **not** set `AFL_DISABLE_TRIM` with this custom mutator! removed. Default: `/* ... */` `AUTOTOKENS_FUZZ_COUNT_SHIFT` - reduce the number of fuzzing performed, shifting the value by this number set, e.g. 1. +`AUTOTOKENS_AUTO_DISABLE` - disable this module if the seeds are not ascii + (or no input and no (ascii) dictionary) `AUTOTOKENS_LEARN_DICT` - learn from dictionaries? 0 = none 1 = only -x or autodict |