diff options
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 |