diff options
-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 |