diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md index 583b7df8..9333fe1f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ llvm up to version 9, QEMU 3.1, more speed and crashfixes for QEMU, better *BSD and Android support and much, much more. - Additionally the following patches have been integrated: + Additionally the following features and patches have been integrated: * AFLfast's power schedules by Marcel Böhme: [https://github.com/mboehme/aflfast](https://github.com/mboehme/aflfast) @@ -50,6 +50,9 @@ * Win32 PE binary-only fuzzing with QEMU and Wine + * Radamsa mutator (enable with `-R` to add or `-RR` to run it exclusivly). + + A more thorough list is available in the PATCHES file. | Feature/Instrumentation | AFL-GCC | LLVM_MODE | GCC_PLUGIN | QEMU_MODE | Unicorn | @@ -100,8 +103,9 @@ is what you should choose. These build options exist: * all: just the main afl++ binaries -* binary-only: everything for binary-only fuzzing: qemu_mode, unicorn_mode, libdislocator, libtokencap -* source-only: everything for source code fuzzing: llvm_mode, libdislocator, libtokencap +* radamsa: build libradamsa +* binary-only: everything for binary-only fuzzing: qemu_mode, unicorn_mode, libdislocator, libtokencap, radamsa +* source-only: everything for source code fuzzing: llvm_mode, libdislocator, libtokencap, radamsa * distrib: everything (for both binary-only and source code fuzzing) * install: installs everything you have compiled with the build options above * clean: cleans everything. for qemu_mode and unicorn_mode it means it deletes all downloads as well |