diff options
| author | van Hauser <vh@thc.org> | 2020-03-20 17:10:44 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-03-20 17:10:44 +0100 |
| commit | 5a74cffa0f22b4e3b3dbc829dfb1c8f7c7a6fb76 (patch) | |
| tree | 364205f5e22d90706f5ca6e9cc625d3903e19033 /README.md | |
| parent | f21ff8bac85449728e0ef267afa065b7622ea70f (diff) | |
| download | afl++-5a74cffa0f22b4e3b3dbc829dfb1c8f7c7a6fb76.tar.gz | |
added llvm_mode ngram coverage
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 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: |
