diff options
author | van Hauser <vh@thc.org> | 2019-11-11 16:55:41 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-11-11 16:55:41 +0100 |
commit | 9477967c5403dbe6d4b83acd23a8fc7e9928c404 (patch) | |
tree | 2af413a2c1c4b2988a7940f50c3a566813aa1593 | |
parent | 388f4ae30240f2a675afa5b1febded00284ad450 (diff) | |
download | afl++-9477967c5403dbe6d4b83acd23a8fc7e9928c404.tar.gz |
link radasma doc
-rw-r--r-- | README.md | 5 | ||||
l--------- | docs/README.radamsa.md | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md index 2df8b45a..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,7 +50,8 @@ * Win32 PE binary-only fuzzing with QEMU and Wine - * Radamsa stage (enable with `-R[R]`). + * Radamsa mutator (enable with `-R` to add or `-RR` to run it exclusivly). + A more thorough list is available in the PATCHES file. diff --git a/docs/README.radamsa.md b/docs/README.radamsa.md new file mode 120000 index 00000000..b4823063 --- /dev/null +++ b/docs/README.radamsa.md @@ -0,0 +1 @@ +../src/third_party/libradamsa/README.md \ No newline at end of file |