diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-12-08 10:09:35 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-12-08 10:09:35 +0100 |
commit | eda068751e1876797e1ec481ece356ecfb63f0cc (patch) | |
tree | 865d1665f31300ba0fded92d27d1b6273163ea30 /custom_mutators/grammar_mutator/README.md | |
parent | 5d6b1129f0e95a29a3fd7a7e09a93a5c1db6c78a (diff) | |
download | afl++-eda068751e1876797e1ec481ece356ecfb63f0cc.tar.gz |
streamlined grammar mutator submodule
Diffstat (limited to 'custom_mutators/grammar_mutator/README.md')
-rw-r--r-- | custom_mutators/grammar_mutator/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/custom_mutators/grammar_mutator/README.md b/custom_mutators/grammar_mutator/README.md new file mode 100644 index 00000000..a015744c --- /dev/null +++ b/custom_mutators/grammar_mutator/README.md @@ -0,0 +1,6 @@ +# Grammar-Mutator + +This is just a stub directory that will clone the real grammar mutator +directory. + +Execute `./build_grammar_mutator.sh` to set everything up. |