about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-08 04:28:13 +0200
committervan Hauser <vh@thc.org>2020-04-09 10:23:37 +0200
commite5d0a9ecdfcff210ac23947d53b0c13baae7e397 (patch)
tree364860dadedc102898b3f4f227647653676c185b /README.md
parent314debb799f5e288c64c5e7938bc09e650420ae9 (diff)
downloadafl++-e5d0a9ecdfcff210ac23947d53b0c13baae7e397.tar.gz
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index e1ca5949..8d167f7e 100644
--- a/README.md
+++ b/README.md
@@ -74,10 +74,12 @@
   | Non-colliding coverage  |         |     x(4)  |            |        (x)(5)    |              |
   | InsTrim                 |         |     x     |            |                  |              |
   | Ngram prev_loc coverage |         |     x(6)  |            |                  |              |
+  | Context coverage        |         |     x     |            |                  |              |
+  | Snapshot LKM support    |         |     x     |            |        (x)(5)    |              |
 
   neverZero:
 
-  (1) only in LLVM >= 9.0 due to a bug in LLVM in previous versions
+  (1) default for LLVM >= 9.0, env var for older version due an efficiency bug in llvm <= 8
 
   (2) GCC creates non-performant code, hence it is disabled in gcc_plugin
 
@@ -87,7 +89,7 @@
 
   (5) upcoming, development in the branch
 
-  (6) not compatible with LTO and InsTrim modes
+  (6) not compatible with LTO and InsTrim and needs at least LLVM >= 4.1
 
   So all in all this is the best-of afl that is currently out there :-)