about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-23 11:06:41 +0200
committervan Hauser <vh@thc.org>2019-09-23 11:06:41 +0200
commit7cdd0abfd5e29dc6e43bde55eb15e942fb2895d8 (patch)
tree444128eb1e0794c58c49817c720a9a1ae8878fdf
parent74ef58e310d8f24596380fdb906b9fec41a7446a (diff)
downloadafl++-7cdd0abfd5e29dc6e43bde55eb15e942fb2895d8.tar.gz
doc update
-rw-r--r--README.md3
-rw-r--r--docs/ChangeLog1
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 71c626fe..ec027f48 100644
--- a/README.md
+++ b/README.md
@@ -53,10 +53,11 @@
   | Feature/Instrumentation | LLVM | GCC | QEMU | Unicorn |
   | ----------------------- |:----:|:---:|:----:| -------:|
   | laf-intel / CompCov     |  x   |     |  x   |    x    |
-  | NeverZero               |  x   |  x  |  x   |    x    |
+  | NeverZero               |  x(1)|  x  |  x   |    x    |
   | Persistent mode         |  x   |     |  x   |         |
   | Whitelist               |  x   |     |      |         |
   | InsTrim                 |  x   |     |      |         |
+  (1) only in LLVM >= 9.0 due to a bug in llvm in previous versions
 
   So all in all this is the best-of AFL that is currently out there :-)
 
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 0f5bb99c..0b945d36 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -20,6 +20,7 @@ Version ++2.54d (dev):
   - persistent mode for QEMU (see qemu_mode/README.md)
   - custom mutator library is now a standard mutator, to exclusivly use it
     add AFL_CUSTOM_MUTATOR_ONLY (that will trigger the previous behaviour)
+  - new library qemu_mode/unsigaction which filters sigaction events
   - no more unlinking the input file, this way the input file can also be a
     FIFO or disk partition
   - setting LLVM_CONFIG for llvm_mode will now again switch to the selected