diff options
author | intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com> | 2022-01-11 15:13:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 15:13:04 +0100 |
commit | 179b118bc93c9b3308f62deeebd13db528d8349d (patch) | |
tree | 6aa8b1a33a84f7ea7b22d294485f8e5be48a25cc | |
parent | 7884e0f449f2b937bbc332bfe5b805570aa6558b (diff) | |
download | afl++-179b118bc93c9b3308f62deeebd13db528d8349d.tar.gz |
Fix some typos and wrong words.
-rw-r--r-- | docs/important_changes.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/important_changes.md b/docs/important_changes.md index 040a086d..39fe56b9 100644 --- a/docs/important_changes.md +++ b/docs/important_changes.md @@ -12,11 +12,11 @@ With AFL++ 4.00, we introduced the following changes from previous behaviors: * better naming for several fields in the UI With AFL++ 3.15, we introduced the following changes from previous behaviors: - * afl-cmin and afl-showmap -Ci now descent into subdirectories like afl-fuzz + * afl-cmin and afl-showmap -Ci now descend into subdirectories like afl-fuzz -i does (but note that afl-cmin.bash does not) With AFL++ 3.14, we introduced the following changes from previous behaviors: - * afl-fuzz: deterministic fuzzing it not a default for -M main anymore + * afl-fuzz: deterministic fuzzing is not a default for -M main anymore * afl-cmin/afl-showmap -i now descends into subdirectories (afl-cmin.bash, however, does not) @@ -44,9 +44,9 @@ behaviors and defaults: * if neither -M or -S is specified, `-S default` is assumed, so more fuzzers can easily be added later * `-i` input directory option now descends into subdirectories. It also does - not fatal on crashes and too large files, instead it skips them and uses + not fail on crashes and too large files, instead it skips them and uses them for splicing mutations - * -m none is now default, set memory limits (in MB) with, e.g., -m 250 + * -m none is now the default, set memory limits (in MB) with, e.g., -m 250 * deterministic fuzzing is now disabled by default (unless using -M) and can be enabled with -D * a caching of test cases can now be performed and can be modified by |