diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-06-25 08:53:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 08:53:31 +0200 |
commit | 28e6b96276066a69482fdb17b38a71ba98abd700 (patch) | |
tree | 905034eb6587ca2cc54a9aa71c4201284c7c1aa0 | |
parent | 61e1c74d528fb69cdb15b348be45653379f4ff96 (diff) | |
download | afl++-28e6b96276066a69482fdb17b38a71ba98abd700.tar.gz |
typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index c0a22e54..bc5b333c 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ behaviours and defaults: 4. with pcguard mode and LTO mode for LLVM 11 and newer 5. upcoming, development in the branch 6. not compatible with LTO instrumentation and needs at least LLVM v4.1 - 7. automatic in LTO mode with LLVM 11 and newer, an extra pass for all LLVM version that writes to a file to use with afl-fuzz' `-x` + 7. automatic in LTO mode with LLVM 11 and newer, an extra pass for all LLVM versions that write to a file to use with afl-fuzz' `-x` 8. the snapshot LKM is currently unmaintained due to too many kernel changes coming too fast :-( Among others, the following features and patches have been integrated: |