mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 01:01:33 +00:00
Merge pull request #1062 from llzmb/docs_cleanup_references_notes_for_asan
Clean up references to notes_for_asan.md
This commit is contained in:
commit
94e2f52abf
@ -1322,8 +1322,7 @@ Here are some of the most important caveats for AFL:
|
|||||||
`AFL_CUSTOM_MUTATOR_LIBRARY`
|
`AFL_CUSTOM_MUTATOR_LIBRARY`
|
||||||
|
|
||||||
- There are some unfortunate trade-offs with ASAN and 64-bit binaries. This
|
- 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)
|
isn't due to any specific fault of afl-fuzz.
|
||||||
for tips.
|
|
||||||
|
|
||||||
- There is no direct support for fuzzing network services, background
|
- There is no direct support for fuzzing network services, background
|
||||||
daemons, or interactive apps that require UI interaction to work. You may
|
daemons, or interactive apps that require UI interaction to work. You may
|
||||||
|
@ -55,8 +55,7 @@ make fairly broad use of environmental variables instead:
|
|||||||
overridden.
|
overridden.
|
||||||
|
|
||||||
- Setting `AFL_USE_ASAN` automatically enables ASAN, provided that your
|
- Setting `AFL_USE_ASAN` automatically enables ASAN, provided that your
|
||||||
compiler supports it. Note that fuzzing with ASAN is mildly challenging
|
compiler supports it.
|
||||||
- see [notes_for_asan.md](notes_for_asan.md).
|
|
||||||
|
|
||||||
(You can also enable MSAN via `AFL_USE_MSAN`; ASAN and MSAN come with the
|
(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
|
same gotchas; the modes are mutually exclusive. UBSAN can be enabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user