diff options
author | h1994st <h1994st@gmail.com> | 2020-03-03 23:18:47 -0500 |
---|---|---|
committer | h1994st <h1994st@gmail.com> | 2020-03-03 23:18:47 -0500 |
commit | 42ce48db39ba487caeb9477535364170fccf956a (patch) | |
tree | c109c52fef26279a118ab86600cee23cfea64d78 | |
parent | 445d4b7e594ba6933d69ef680ea7b3a64c214d82 (diff) | |
download | afl++-42ce48db39ba487caeb9477535364170fccf956a.tar.gz |
Fix typo
-rw-r--r-- | docs/custom_mutator.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/custom_mutator.md b/docs/custom_mutator.md index 2a6c365d..4deb07e1 100644 --- a/docs/custom_mutator.md +++ b/docs/custom_mutator.md @@ -192,7 +192,7 @@ afl-fuzz /path/to/program Please see [example.c](../examples/custom_mutators/example.c) and [example.py](../examples/custom_mutators/example.py) -## 6) Other Resources +## 5) Other Resources - AFL libprotobuf mutator - [bruce30262/libprotobuf-mutator_fuzzing_learning](https://github.com/bruce30262/libprotobuf-mutator_fuzzing_learning/tree/master/4_libprotobuf_aflpp_custom_mutator) |