diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-09-01 12:36:13 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-09-01 12:36:13 +0200 |
commit | 75c38d6243bb9bcc0b55f27b4bd3844658eec1b4 (patch) | |
tree | 8f3f74df972214af684710dc3a5e99e4000d1d4b /custom_mutators | |
parent | 6f751006027fe9ab3e3bd8b3c4f0f9ade310cefd (diff) | |
parent | 07cee6b7509fb253b281d895d8754b0a11951bc1 (diff) | |
download | afl++-75c38d6243bb9bcc0b55f27b4bd3844658eec1b4.tar.gz |
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'custom_mutators')
-rw-r--r-- | custom_mutators/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/custom_mutators/README.md b/custom_mutators/README.md index 3abcfef3..993ccaa1 100644 --- a/custom_mutators/README.md +++ b/custom_mutators/README.md @@ -3,6 +3,22 @@ Custom mutators enhance and alter the mutation strategies of afl++. For further information and documentation on how to write your own, read [the docs](../docs/custom_mutators.md). +## The afl++ Grammar Mutator + +If you use git to clone afl++, then the following will incorporate our +excellent grammar custom mutator: +``` +git submodule init +git submodule update +``` + +otherwise just checkout the repository here with either +`git clone https://github.com/AFLplusplus/Grammar-Mutator` or +`svn co https://github.com/AFLplusplus/Grammar-Mutator`. + +Read the [Grammar-Mutator/README.md](Grammar-Mutator/README.md) on how to use +it. + ## Production-Ready Custom Mutators This directory holds ready to use custom mutators. |