diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-07-19 10:35:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 10:35:03 +0200 |
commit | c55f7af65700e3d11c368072d39ba6670efa477b (patch) | |
tree | 0d4f05c973eb71dafe19e718e77b701bed46722d | |
parent | 939729e504ea269dd6d7252c363b160e01d1be1a (diff) | |
download | afl++-c55f7af65700e3d11c368072d39ba6670efa477b.tar.gz |
typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 94a38ab1..8fcc31ff 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ binary-only fuzzing. It is slower than Qemu mode but works on MacOS, Android, iOS etc. With afl++ 3.15 we introduced the following changes from previous behaviours: - * Also -M main mode does not due deterministic fuzzing by default anymore + * Also -M main mode does not do deterministic fuzzing by default anymore * afl-cmin and afl-showmap -Ci now descent into subdirectories like afl-fuzz -i does (but note that afl-cmin.bash does not) |