diff options
author | van Hauser <vh@thc.org> | 2020-03-27 12:09:06 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-27 12:09:06 +0100 |
commit | a7553eae289ccaeb9626c650fa503ed04475c4f5 (patch) | |
tree | 2e632138a426b7ddb99b9dff9e62238a08c9f65f /docs/notes_for_asan.md | |
parent | ae284610cf401fa9f533f553c445f003dcb70ec3 (diff) | |
download | afl++-a7553eae289ccaeb9626c650fa503ed04475c4f5.tar.gz |
add CFI sanitizer
Diffstat (limited to 'docs/notes_for_asan.md')
-rw-r--r-- | docs/notes_for_asan.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/notes_for_asan.md b/docs/notes_for_asan.md index b65873be..6a4806c0 100644 --- a/docs/notes_for_asan.md +++ b/docs/notes_for_asan.md @@ -29,7 +29,7 @@ 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 should run the target with no sanitizers +ASAN (and UBSAN, CFISAN), the others should run the target with no sanitizers compiled in. There is also the option of generating a corpus using a non-ASAN binary, and |