diff options
author | van Hauser <vh@thc.org> | 2019-12-03 01:45:01 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-03 01:45:01 +0100 |
commit | 2b0cfe1ab53f2a43db098a66e8b585420352677d (patch) | |
tree | ebf8196164b589be740d2eabdfaba8bd63781f23 /docs | |
parent | 6b6aa2364546adcd0924b5bc7c5bf3c8325976bd (diff) | |
download | afl++-2b0cfe1ab53f2a43db098a66e8b585420352677d.tar.gz |
final touches
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index cc742797..f42d380f 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -24,8 +24,10 @@ Version ++2.58d (dev): - added Radamsa and an optional radamsa stage (-R) - CPU affinity support for DragonFly - added -u command line option to not unlink the fuzz input file - - llvm_mode: float splitting is now configured via AFL_LLVM_LAF_SPLIT_FLOATS - - libtokencap: support for *BSD/OSX added + - llvm_mode: + - float splitting is now configured via AFL_LLVM_LAF_SPLIT_FLOATS + - support for llvm 10 included now (thanks to devnexen) + - libtokencap: support for *BSD/OSX/Dragonfly added - compcov: floating point splitting support for QEMU on x86 targets - Dockerfile by courtesy of devnexen - ripped regex.dictionary from Google afl PR |