diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-11-11 15:53:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-11 15:53:24 +0100 |
| commit | 388f4ae30240f2a675afa5b1febded00284ad450 (patch) | |
| tree | 5ac20b7c7deff76fe4bb9269b1f684e48e2736a0 /README.md | |
| parent | 01d55372441960c435af8f3bd6b61d1302042728 (diff) | |
| parent | f1fbea96f625a5af9b5321cb98acfc3378b5343e (diff) | |
| download | afl++-388f4ae30240f2a675afa5b1febded00284ad450.tar.gz | |
Merge pull request #106 from vanhauser-thc/radamsa
Radamsa
Diffstat (limited to 'README.md')
| -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 |
