diff options
author | van Hauser <vh@thc.org> | 2019-07-14 19:58:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-14 19:58:04 +0200 |
commit | 4a80dbdd10aedd3a3e70a0631aeb4e01438b634c (patch) | |
tree | 7539488e0c9f6b69e79477f55f1218f79f0fbdd2 /docs/README | |
parent | 5508e3085480878b5e27baf4f98625e6cf4be013 (diff) | |
parent | 013a1731d590eaa1f3e4c58c69985f89b7a3d2f9 (diff) | |
download | afl++-4a80dbdd10aedd3a3e70a0631aeb4e01438b634c.tar.gz |
Merge pull request #13 from vanhauser-thc/instrim
Instrim imported
Diffstat (limited to 'docs/README')
-rw-r--r-- | docs/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/README b/docs/README index 3f19d328..54e3e4a4 100644 --- a/docs/README +++ b/docs/README @@ -19,9 +19,13 @@ american fuzzy lop plus plus C. Hollers afl-fuzz Python mutator module and llvm_mode whitelist support was added too (https://github.com/choller/afl) - The newest additions is the excellent MOpt mutator from + New is the excellent MOpt mutator from https://github.com/puppet-meteor/MOpt-AFL + Also newly integrated is instrim, a very effective CFG llvm_mode + instrumentation implementation which replaced the original afl one and is + from https://github.com/csienslab/instrim + A more thorough list is available in the PATCHES file. So all in all this is the best-of AFL that is currently out there :-) |