about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-03-20 17:32:42 +0100
committerhexcoder- <heiko@hexco.de>2020-03-20 17:32:42 +0100
commitc63956b8ec1036582a58587ef928555b25027657 (patch)
treeb3f14494fabb1e23978ad3ec70f6f2bb4c8be2c9 /README.md
parent69657972866f43276d0786b7b7365687d409779b (diff)
parent5a74cffa0f22b4e3b3dbc829dfb1c8f7c7a6fb76 (diff)
downloadafl++-c63956b8ec1036582a58587ef928555b25027657.tar.gz
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5125928e..1476b440 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,8 @@
 
   * The new CmpLog instrumentation for LLVM and QEMU inspired by [Redqueen](https://www.syssec.ruhr-uni-bochum.de/media/emma/veroeffentlichungen/2018/12/17/NDSS19-Redqueen.pdf)
 
+  * llvm_mode ngram coverage by Adrean Herrera [https://github.com/adrianherrera/afl-ngram-pass](https://github.com/adrianherrera/afl-ngram-pass)
+
   A more thorough list is available in the PATCHES file.
 
   | Feature/Instrumentation | afl-gcc | llvm_mode | gcc_plugin | qemu_mode        | unicorn_mode |
@@ -84,6 +86,7 @@
   | Whitelist               |         |     x     |     x      |        (x)(3)    |              |
   | non-colliding coverage  |         |     x(4)  |            |        (x)(5)    |              |
   | InsTrim                 |         |     x     |            |                  |              |
+  | ngram prev_loc coverage |         |     x(6)  |            |                  |              |
 
   neverZero:
 
@@ -97,6 +100,8 @@
 
   (5) upcoming, development in branch
 
+  (6) not compatible with LTO and InsTrim modes
+
   So all in all this is the best-of afl that is currently out there :-)
 
   For new versions and additional information, check out: