about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-02 15:25:17 +0100
committervan Hauser <vh@thc.org>2019-12-02 15:25:17 +0100
commitf8bc9b54dabc759e9ad1eb82e5ee36af3bb4e1a6 (patch)
tree25ca944fe68f932c68cae788fb5da6f36f6449c6 /docs
parent60c8121c1d4172528f5713c486d5dd3f809ec8ac (diff)
downloadafl++-f8bc9b54dabc759e9ad1eb82e5ee36af3bb4e1a6.tar.gz
added -N no_unlink option
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index e0042f24..cc742797 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -20,7 +20,10 @@ Version ++2.58d (dev):
   - qbdi_mode: fuzz android native libraries via QBDI framework
   - afl-analyze: added AFL_SKIP_BIN_CHECK support
   - better random numbers for gcc_plugin and llvm_mode (thanks to devnexen)
-  - afl-fuzz: CPU affinity support for DragonFly
+  - afl-fuzz:
+     - 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
   - compcov: floating point splitting support for QEMU on x86 targets
@@ -30,7 +33,6 @@ Version ++2.58d (dev):
     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
 
 
 --------------------------