diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 17:08:06 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 17:08:06 +0100 |
commit | 73e9677a881a6d8a43a02aba5a7d8000c0f87987 (patch) | |
tree | de7f9b8ada79862b51a4892c3db518807874e7be /docs/important_changes.md | |
parent | 9cb32ca1425879be9a7326b5810ede12713c2649 (diff) | |
download | afl++-73e9677a881a6d8a43a02aba5a7d8000c0f87987.tar.gz |
Change the word "behaviour" (BE) to "behavior" (AE)
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 877dfab2..9d6bbbbe 100644 --- a/docs/important_changes.md +++ b/docs/important_changes.md @@ -1,6 +1,6 @@ # Important changes in AFL++ -This document lists important changes in AFL++, for example, major behaviour changes. +This document lists important changes in AFL++, for example, major behavior changes. ## From version 3.00 onwards @@ -8,23 +8,23 @@ 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 behaviours: +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 behaviours: +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 behaviours: +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++ -behaviours and defaults: +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. All instrumentation source code is now in the `instrumentation/` folder. |