mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 14:34:25 +00:00
* Fix spelling errors in log messages * Fix doc comment syntax * Fix spelling errors in Markdown documentation * Fix spelling errors in comments
13 lines
336 B
Markdown
13 lines
336 B
Markdown
# Autotokens standalone mutator
|
|
|
|
this is a standalone version of the AFL++ autotokens custom mutator.
|
|
|
|
just type `make` to build.
|
|
|
|
You *MUST* use a dictionary file to have an effective grammarless grammar fuzzer!
|
|
|
|
```
|
|
autotokens-standalone -h # to see all parameters
|
|
autotokens-standalone -x foo.dict inputfile outputfile # example
|
|
```
|