diff options
author | hexcoder- <heiko@hexco.de> | 2020-10-29 23:55:00 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-10-29 23:55:00 +0100 |
commit | 2decf1d088cbe41a47adf465e487364cad73be59 (patch) | |
tree | c74f591d8b36f159d6c670deab9dda1fafba3de4 /custom_mutators/libfuzzer | |
parent | 3e17a90faa067393b0695711dafb6b8716935829 (diff) | |
download | afl++-2decf1d088cbe41a47adf465e487364cad73be59.tar.gz |
typo
Diffstat (limited to 'custom_mutators/libfuzzer')
-rw-r--r-- | custom_mutators/libfuzzer/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/libfuzzer/README.md b/custom_mutators/libfuzzer/README.md index 4783f2ca..fb3025f2 100644 --- a/custom_mutators/libfuzzer/README.md +++ b/custom_mutators/libfuzzer/README.md @@ -6,7 +6,7 @@ just type `make` to build ```AFL_CUSTOM_MUTATOR_LIBRARY=custom_mutators/libfuzzer/libfuzzer-mutator.so afl-fuzz ...``` -Note that is is currently simple and is missing two features: +Note that this is currently a simple implementation and it is missing two features: * Splicing ("Crossover") * Dictionary support |