aboutsummaryrefslogtreecommitdiff
path: root/custom_mutators
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 16:49:16 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 16:49:16 +0100
commitd9e39be4e8dd0242877412d1a17589acc825292e (patch)
tree5a14d4bd4a4ada94cdd9fe74ab6bf557aa5e3e66 /custom_mutators
parentca7144161f900a0f5c8b76922a0102fbcc291f2c (diff)
downloadafl++-d9e39be4e8dd0242877412d1a17589acc825292e.tar.gz
Remove the word "simply"
Diffstat (limited to 'custom_mutators')
-rw-r--r--custom_mutators/gramatron/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/custom_mutators/gramatron/README.md b/custom_mutators/gramatron/README.md
index 91f93355..c8a76e3e 100644
--- a/custom_mutators/gramatron/README.md
+++ b/custom_mutators/gramatron/README.md
@@ -5,11 +5,11 @@ grammar-aware fuzzing. Technical details about our framework are available
in the [ISSTA'21 paper](https://nebelwelt.net/files/21ISSTA.pdf).
The artifact to reproduce the experiments presented in the paper are present
in `artifact/`. Instructions to run a sample campaign and incorporate new
-grammars is presented below:
+grammars is presented below:
# Compiling
-Simply execute `./build_gramatron_mutator.sh`
+Execute `./build_gramatron_mutator.sh`
# Running
@@ -25,7 +25,7 @@ afl-fuzz -i in -o out -- ./target
# Adding and testing a new grammar
-- Specify in a JSON format for CFG. Examples are correspond `source.json` files
+- Specify in a JSON format for CFG. Examples are correspond `source.json` files
- Run the automaton generation script (in `src/gramfuzz-mutator/preprocess`)
which will place the generated automaton in the same folder.
```