From 54eca027a5b234c530a59e340a3ad617d1f24384 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Sun, 26 Dec 2021 03:54:29 +0100 Subject: doc review --- docs/important_changes.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'docs/important_changes.md') diff --git a/docs/important_changes.md b/docs/important_changes.md index d5e67f75..facaf3c1 100644 --- a/docs/important_changes.md +++ b/docs/important_changes.md @@ -6,11 +6,16 @@ changes. ## From version 3.00 onwards 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. +binary-only fuzzing. It is a bit faster than QEMU mode and works on MacOS, +Android, iOS etc. + +With AFL++ 4.00, we introduced the following changes from previous behaviors: + * the complete documenation was overhauled and restructured thanks to @llzmb! + * a new CMPLOG target format requires recompiling CMPLOG targets for use + with afl++ 4.0 onwards + * better naming for several fields in the UI 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) @@ -20,7 +25,7 @@ With AFL++ 3.14, we introduced the following changes from previous behaviors: however, does not) 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 + * 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. @@ -55,4 +60,4 @@ behaviors and defaults: * -M mains do not perform trimming * examples/ got renamed to utils/ * libtokencap/ libdislocator/ and qdbi_mode/ were moved to utils/ - * afl-cmin/afl-cmin.bash now search first in PATH and last in AFL_PATH \ No newline at end of file + * afl-cmin/afl-cmin.bash now search first in PATH and last in AFL_PATH -- cgit v1.2.3 From dbc62dbe566c7a3fc9ad9e3fbf2ef112442ad4f6 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Wed, 29 Dec 2021 11:55:16 +0100 Subject: sprinkle nyx links in the docs --- docs/important_changes.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/important_changes.md') diff --git a/docs/important_changes.md b/docs/important_changes.md index facaf3c1..0c1c34ef 100644 --- a/docs/important_changes.md +++ b/docs/important_changes.md @@ -5,10 +5,6 @@ changes. ## From version 3.00 onwards -With AFL++ 3.13-3.20, we introduce FRIDA mode (`-O`) to have an alternative for -binary-only fuzzing. It is a bit faster than QEMU mode and works on MacOS, -Android, iOS etc. - With AFL++ 4.00, we introduced the following changes from previous behaviors: * the complete documenation was overhauled and restructured thanks to @llzmb! * a new CMPLOG target format requires recompiling CMPLOG targets for use -- cgit v1.2.3 From 511ffc06d24ea83fb8065ffc4b29b4b4da6fa150 Mon Sep 17 00:00:00 2001 From: hexcoder Date: Mon, 3 Jan 2022 20:42:34 +0100 Subject: typo fixed --- docs/important_changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/important_changes.md') diff --git a/docs/important_changes.md b/docs/important_changes.md index 0c1c34ef..040a086d 100644 --- a/docs/important_changes.md +++ b/docs/important_changes.md @@ -6,7 +6,7 @@ changes. ## From version 3.00 onwards With AFL++ 4.00, we introduced the following changes from previous behaviors: - * the complete documenation was overhauled and restructured thanks to @llzmb! + * the complete documentation was overhauled and restructured thanks to @llzmb! * a new CMPLOG target format requires recompiling CMPLOG targets for use with afl++ 4.0 onwards * better naming for several fields in the UI -- cgit v1.2.3