diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 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 :-) |
