diff options
| author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 20:55:37 +0100 |
|---|---|---|
| committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 20:55:37 +0100 |
| commit | 8d696c93968a31133ef917810295aaf399b066ff (patch) | |
| tree | a3245b8846e799e7e083cd29c2696ad0b1f1d6bb /docs/important_changes.md | |
| parent | 667c2e58b24603ca4660d1d5f9d9e9e3ca17b86e (diff) | |
| download | afl++-8d696c93968a31133ef917810295aaf399b066ff.tar.gz | |
Fix punctuation in connection with "with"
Diffstat (limited to 'docs/important_changes.md')
| -rw-r--r-- | docs/important_changes.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/important_changes.md b/docs/important_changes.md index 9d4523e8..203c5a66 100644 --- a/docs/important_changes.md +++ b/docs/important_changes.md @@ -5,26 +5,26 @@ changes. ## From version 3.00 onwards -With AFL++ 3.13-3.20 we introduce frida_mode (-O) to have an alternative for +With AFL++ 3.13-3.20, we introduce frida_mode (-O) to have an alternative for 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 behaviors: +With AFL++ 3.15, we introduced the following changes from previous behaviors: * 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) -With AFL++ 3.14 we introduced the following changes from previous behaviors: +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-cmin/afl-showmap -i now descends into subdirectories (afl-cmin.bash, however, does not) -With AFL++ 3.10 we introduced the following changes from previous behaviors: +With AFL++ 3.10, we introduced the following changes from previous behaviors: * The '+' feature of the '-t' option now means to auto-calculate the timeout with the value given being the maximum timeout. The original meaning of "skipping timeouts instead of abort" is now inherent to the -t option. -With AFL++ 3.00 we introduced changes that break some previous AFL and AFL++ +With AFL++ 3.00, we introduced changes that break some previous AFL and AFL++ behaviors and defaults: * There are no llvm_mode and gcc_plugin subdirectories anymore and there is only one compiler: afl-cc. All previous compilers now symlink to this one. |
