diff options
author | van Hauser <vh@thc.org> | 2020-04-08 04:28:13 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-08 04:28:13 +0200 |
commit | a5036499d282f2c60a3e8cd9a900ed27d8217640 (patch) | |
tree | 0d7e3179e5df506e608e537ab3928e8350673bda | |
parent | 9ef4b45609c4bf6448b0ae08bc644f0aa7a9f88b (diff) | |
download | afl++-a5036499d282f2c60a3e8cd9a900ed27d8217640.tar.gz |
update readme
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | TODO.md | 2 |
2 files changed, 5 insertions, 3 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 :-) diff --git a/TODO.md b/TODO.md index 91297332..ffb8f647 100644 --- a/TODO.md +++ b/TODO.md @@ -11,7 +11,7 @@ - context sensitive branch coverage in llvm_mode - random crc32 HASH_CONST per run? because with 65536 paths we have collisions - + - namespace for targets? e.g. network ## Further down the road |