From 897fb9c2e407304f4015482f4fb27896b6fbe0b7 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Sun, 22 Sep 2019 20:24:13 +0200 Subject: binary readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b1a04611..71c626fe 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ * NeverZero patch for afl-gcc, llvm_mode, qemu_mode and unicorn_mode which prevents a wrapping map value to zero, increases coverage * Persistent mode and deferred forkserver for qemu_mode + + * Win32 PE binary-only fuzzing with QEMU and Wine A more thorough list is available in the PATCHES file. -- cgit 1.4.1 From 7cdd0abfd5e29dc6e43bde55eb15e942fb2895d8 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 23 Sep 2019 11:06:41 +0200 Subject: doc update --- README.md | 3 ++- docs/ChangeLog | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 71c626fe..ec027f48 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,11 @@ | Feature/Instrumentation | LLVM | GCC | QEMU | Unicorn | | ----------------------- |:----:|:---:|:----:| -------:| | laf-intel / CompCov | x | | x | x | - | NeverZero | x | x | x | x | + | NeverZero | x(1)| x | x | x | | Persistent mode | x | | x | | | Whitelist | x | | | | | InsTrim | x | | | | + (1) only in LLVM >= 9.0 due to a bug in llvm in previous versions So all in all this is the best-of AFL that is currently out there :-) diff --git a/docs/ChangeLog b/docs/ChangeLog index 0f5bb99c..0b945d36 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -20,6 +20,7 @@ Version ++2.54d (dev): - persistent mode for QEMU (see qemu_mode/README.md) - custom mutator library is now a standard mutator, to exclusivly use it add AFL_CUSTOM_MUTATOR_ONLY (that will trigger the previous behaviour) + - new library qemu_mode/unsigaction which filters sigaction events - no more unlinking the input file, this way the input file can also be a FIFO or disk partition - setting LLVM_CONFIG for llvm_mode will now again switch to the selected -- cgit 1.4.1 From 96c9fa0ccc4cc9b3db3e448fd685484fd271ca98 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 23 Sep 2019 11:07:28 +0200 Subject: doc update --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ec027f48..8c8e74e9 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,10 @@ | Persistent mode | x | | x | | | Whitelist | x | | | | | InsTrim | x | | | | + (1) only in LLVM >= 9.0 due to a bug in llvm in previous versions + So all in all this is the best-of AFL that is currently out there :-) For new versions and additional information, check out: -- cgit 1.4.1