blob: 9e9babf785b8166404b24fb0a882e6fef8327379 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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 parameteres
autotokens-standalone -x foo.dict inputfile outputfile # example
```
|