diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-07-19 10:35:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 10:35:49 +0200 |
commit | 766217e79e2733fd5f55c85809c880d77f614d5a (patch) | |
tree | 0d4f05c973eb71dafe19e718e77b701bed46722d | |
parent | 18fd97fc5ffc5ad94e735cfbfa0d500463dcb585 (diff) | |
download | afl++-766217e79e2733fd5f55c85809c880d77f614d5a.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) |