diff options
author | van Hauser <vh@thc.org> | 2020-03-23 08:48:57 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-23 08:48:57 +0100 |
commit | 426351947956b0f13ab909050e8db049e71324d6 (patch) | |
tree | fee30a2605b1655b6a2cce2ffdc0ddc48ce01a03 /docs/notes_for_asan.md | |
parent | db302ff18b3d300017833517ec1a9f81508b556b (diff) | |
download | afl++-426351947956b0f13ab909050e8db049e71324d6.tar.gz |
more fixes
Diffstat (limited to 'docs/notes_for_asan.md')
-rw-r--r-- | docs/notes_for_asan.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/notes_for_asan.md b/docs/notes_for_asan.md index fa7c0f27..a52d3de4 100644 --- a/docs/notes_for_asan.md +++ b/docs/notes_for_asan.md @@ -29,7 +29,8 @@ Note that ASAN is incompatible with -static, so be mindful of that. (You can also use AFL_USE_MSAN=1 to enable MSAN instead.) NOTE: if you run several slaves only one should run the target compiled with -ASAN (and UBSAN), the others run the target with no sanitiziers compiled. +ASAN (and UBSAN), the others should run the target with no sanitiziers +compiled in. There is also the option of generating a corpus using a non-ASAN binary, and then feeding it to an ASAN-instrumented one to check for bugs. This is faster, |