diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-11-11 15:51:21 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-11-11 15:51:21 +0100 |
commit | f1fbea96f625a5af9b5321cb98acfc3378b5343e (patch) | |
tree | 5ac20b7c7deff76fe4bb9269b1f684e48e2736a0 | |
parent | f0aaee204427791acec93a3988b6515a2ca8d9e1 (diff) | |
download | afl++-f1fbea96f625a5af9b5321cb98acfc3378b5343e.tar.gz |
radamsa in readme
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md index 583b7df8..2df8b45a 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ * Win32 PE binary-only fuzzing with QEMU and Wine + * Radamsa stage (enable with `-R[R]`). + A more thorough list is available in the PATCHES file. | Feature/Instrumentation | AFL-GCC | LLVM_MODE | GCC_PLUGIN | QEMU_MODE | Unicorn | @@ -100,8 +102,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 |