about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-09 23:11:50 +0100
committervan Hauser <vh@thc.org>2020-02-09 23:11:50 +0100
commitf64f2261278d59ca78740df756f02944f571b6e6 (patch)
tree6125832f154bdf7fff866ba95574ee0eb4ac1580
parentf47d905225939e3c4b02a041423efdf27ec1501b (diff)
downloadafl++-f64f2261278d59ca78740df756f02944f571b6e6.tar.gz
readme
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 601704d4..939cfb92 100644
--- a/README.md
+++ b/README.md
@@ -61,11 +61,11 @@
 
   | Feature/Instrumentation | afl-gcc | llvm_mode | gcc_plugin | qemu_mode        | unicorn_mode |
   | ----------------------- |:-------:|:---------:|:----------:|:----------------:|:------------:|
-  | NeverZero               |    x    |     x(1)  |      (2)   |          x       |       x      |
+  | NeverZero               |    x    |     x(1)  |      (2)   |         x        |       x      |
   | Persistent mode         |         |     x     |     x      | x86[_64]/arm[64] |       x      |
   | laf-intel / CompCov     |         |     x     |            | x86[_64]/arm[64] | x86[_64]/arm |
   | CmpLog                  |         |     x     |            | x86[_64]/arm[64] |              |
-  | Whitelist               |         |     x     |     x      |                  |              |
+  | Whitelist               |         |     x     |     x      |        (x)(3)    |              |
   | InsTrim                 |         |     x     |            |                  |              |
 
   neverZero:
@@ -74,6 +74,8 @@
 
   (2) gcc creates non-performant code, hence it is disabled in gcc_plugin
 
+  (3) partially via AFL_CODE_START/AFL_CODE_END
+
   So all in all this is the best-of afl that is currently out there :-)
 
   For new versions and additional information, check out: