aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-08-09 16:19:21 +0200
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-08-09 16:19:21 +0200
commit3f1a2d596f1e722f4f61806a04bed2e12e9b93ac (patch)
tree8d0318d456dfae80fde185d89b464735637ce46e
parentb6b4ab0bd8e42fbfd0b24d1172172950fc76724b (diff)
downloadafl++-3f1a2d596f1e722f4f61806a04bed2e12e9b93ac.tar.gz
Clean up references to notes_for_asan.md
-rw-r--r--README.md3
-rw-r--r--docs/env_variables.md3
2 files changed, 2 insertions, 4 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
diff --git a/docs/env_variables.md b/docs/env_variables.md
index 5444e3a3..cceffa68 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -55,8 +55,7 @@ make fairly broad use of environmental variables instead:
overridden.
- Setting `AFL_USE_ASAN` automatically enables ASAN, provided that your
- compiler supports it. Note that fuzzing with ASAN is mildly challenging
- - see [notes_for_asan.md](notes_for_asan.md).
+ compiler supports it.
(You can also enable MSAN via `AFL_USE_MSAN`; ASAN and MSAN come with the
same gotchas; the modes are mutually exclusive. UBSAN can be enabled