diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ChangeLog | 4 | ||||
l--------- | docs/README.radamsa.md | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index 7bc6dec4..d7963d4d 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -22,12 +22,14 @@ Version ++2.58d (dev): - afl-fuzz: CPU affinity support for DragonFly - llvm_mode: float splitting is now configured via AFL_LLVM_LAF_SPLIT_FLOATS - libtokencap: support for *BSD/OSX added - - libcompcov floating point splitting support for qemu and unicorn + - compcov: floating point splitting support for QEMU on x86 targets - Dockerfile by courtesy of devnexen - ripped regex.dictionary from Google afl PR - qemu and unicorn download scripts now try to download until the full download succeeded. f*ckin travis fails downloading 40% of the time! + - added the few Android stuff we didnt have already from Google afl repository - removed unnecessary warnings + - added the radamsa stage -------------------------- 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 |