about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-05 11:24:41 +0100
committervan Hauser <vh@thc.org>2019-12-05 11:24:41 +0100
commit233112c9b6ca9596f1b564b1a195cd95af10edd9 (patch)
treead8f010d73b634b2c341afc189ca3200822823b6
parent37dbccb6748c3fabb82ebcd1a2fecc77ee2261d2 (diff)
downloadafl++-233112c9b6ca9596f1b564b1a195cd95af10edd9.tar.gz
Changelog beautification
-rw-r--r--docs/ChangeLog23
1 files changed, 13 insertions, 10 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index f195e6fe..10f1850d 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -18,28 +18,31 @@ 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:
-     - added Radamsa and an optional radamsa stage (-R)
+     - added Radamsa and an optional radamsa stage (-R[R])
      - CPU affinity support for DragonFly
      - added -u command line option to not unlink the fuzz input file
-     - Python3 support
+     - Python3 support (autodetect)
+     - AFL_DISABLE_TRIM env var to disable the trim stage
   - 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
+  - libtokencap:
+     - support for *BSD/OSX/Dragonfly added
+     - hook common *cmp functions from widely used libraries
+  - compcov:
+     - hook common *cmp functions from widely used libraries
+     - floating point splitting support for QEMU on x86 targets
+  - qemu_mode: AFL_QEMU_DISABLE_CACHE env to disable QEMU TranslationBlocks caching
+  - afl-analyze: added AFL_SKIP_BIN_CHECK support
+  - better random numbers for gcc_plugin and llvm_mode (thanks to devnexen)
   - 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
-  - libtokencap: hook common *cmp functions from widely used libraries
-  - libcompcov: hook common *cmp functions from widely used libraries
-  - AFL_DISABLE_TRIM env var to disable the trim stage
-  - AFL_QEMU_DISABLE_CACHE to disable QEMU TranslationBlocks caching
+
 
 --------------------------
 Version ++2.58c (release):