aboutsummaryrefslogtreecommitdiff
path: root/custom_mutators
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-09-01 10:52:39 +0200
committervan Hauser <vh@thc.org>2020-09-01 10:52:39 +0200
commit651ad18e217992a2befbceff1c44dd5d495ab9c2 (patch)
tree2276d4596c5199647c80bccb851762c4de2e395d /custom_mutators
parent664daa2f3c7bb76253f6f82b827e1c33d0a0f462 (diff)
downloadAFLplusplus-651ad18e217992a2befbceff1c44dd5d495ab9c2.tar.gz
added the grammar mutator as a git submodule + documentation
Diffstat (limited to 'custom_mutators')
-rw-r--r--custom_mutators/README.md16
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.