diff options
author | van Hauser <vh@thc.org> | 2024-09-06 12:16:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 12:16:31 +0200 |
commit | 75d8c47a6b8ae94cd7ded2f0574e4d35a2021ab7 (patch) | |
tree | b702e4d7c53835439ed83ed9291723cb32b7ebfa /custom_mutators/autotokens/standalone/README.md | |
parent | 598a3c6b5e24bd33e84b914e145810d39f88adf6 (diff) | |
parent | 3ec794c806f9e5fbdd4bdb55cac11b2eb9d010c7 (diff) | |
download | afl++-75d8c47a6b8ae94cd7ded2f0574e4d35a2021ab7.tar.gz |
Merge pull request #2204 from AFLplusplus/dev
push to stable
Diffstat (limited to 'custom_mutators/autotokens/standalone/README.md')
-rw-r--r-- | custom_mutators/autotokens/standalone/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/custom_mutators/autotokens/standalone/README.md b/custom_mutators/autotokens/standalone/README.md new file mode 100644 index 00000000..9e9babf7 --- /dev/null +++ b/custom_mutators/autotokens/standalone/README.md @@ -0,0 +1,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 +``` |