diff options
author | van Hauser <vh@thc.org> | 2021-08-11 10:21:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 10:21:26 +0200 |
commit | 94e2f52abf3b1680c8c4564ebcfa259baa5db994 (patch) | |
tree | 830f3bbe23fa8cb8dc6c68d37ef9546df3e2944f /README.md | |
parent | 40a837780abfee62655d4588b09c9e0dab1d58fd (diff) | |
parent | 3f1a2d596f1e722f4f61806a04bed2e12e9b93ac (diff) | |
download | afl++-94e2f52abf3b1680c8c4564ebcfa259baa5db994.tar.gz |
Merge pull request #1062 from llzmb/docs_cleanup_references_notes_for_asan
Clean up references to notes_for_asan.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md index 28cd4e4c..41672379 100644 --- a/README.md +++ b/README.md @@ -1322,8 +1322,7 @@ Here are some of the most important caveats for AFL: `AFL_CUSTOM_MUTATOR_LIBRARY` - There are some unfortunate trade-offs with ASAN and 64-bit binaries. This - isn't due to any specific fault of afl-fuzz; see [docs/notes_for_asan.md](docs/notes_for_asan.md) - for tips. + isn't due to any specific fault of afl-fuzz. - There is no direct support for fuzzing network services, background daemons, or interactive apps that require UI interaction to work. You may |