diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index be221cd6..7c9455ae 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ | laf-intel / CompCov | | x | | x86[_64]/arm[64] | x86[_64]/arm | | CmpLog | | x | | x86[_64]/arm[64] | | | Whitelist | | x | x | (x)(3) | | + | non-colliding coverage | | x(4) | | (x)(5) | | | InsTrim | | x | | | | neverZero: @@ -80,6 +81,10 @@ (3) partially via AFL_CODE_START/AFL_CODE_END + (4) Only for LLVM >= 9 and not all targets compile + + (5) upcoming, development in branch + So all in all this is the best-of afl that is currently out there :-) For new versions and additional information, check out: |