diff options
author | vanhauser-thc <vh@thc.org> | 2023-01-18 11:46:28 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-01-18 11:46:28 +0100 |
commit | a41fd5cc5c4a5073f38adf06270e2985c88da9d5 (patch) | |
tree | 812f6065841e28ca36c51a7b81fae3e1adb016fd /custom_mutators/autotokens/README | |
parent | efe57c936880608a2de452340d63f262470d9fcd (diff) | |
download | afl++-a41fd5cc5c4a5073f38adf06270e2985c88da9d5.tar.gz |
alternate tokenize, options
Diffstat (limited to 'custom_mutators/autotokens/README')
-rw-r--r-- | custom_mutators/autotokens/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/custom_mutators/autotokens/README b/custom_mutators/autotokens/README index 0dcc6a3e..f6e9c753 100644 --- a/custom_mutators/autotokens/README +++ b/custom_mutators/autotokens/README @@ -11,3 +11,12 @@ If you have a dictionary (`-x`) this improves this custom grammar mutator. If **not** running with `CMPLOG`, it is possible to set `AFL_CUSTOM_MUTATOR_ONLY` to concentrate on grammar bug classes. +## Configuration via environment variables + +`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_ALTERNATIVE_TOKENIZE` - use an alternative tokenize implementation + (experimental) +`AUTOTOKENS_WHITESPACE` - whitespace string to use for ALTERNATIVE_TOKENIZE, + default is " " |