diff options
author | van Hauser <vh@thc.org> | 2020-08-05 01:13:51 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-05 01:13:51 +0200 |
commit | 6d364dd2cb0ac31797b52e590b57bf9c10cc2302 (patch) | |
tree | c241c6133910fdce295760657a1a2dd6879487d6 /docs/FAQ.md | |
parent | 8ed6207b5cec628cb51a807a0a585f129de2e041 (diff) | |
download | afl++-6d364dd2cb0ac31797b52e590b57bf9c10cc2302.tar.gz |
add sancov-like allow/denylist instrument feature
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index c15cd484..33ce49e6 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -117,7 +117,7 @@ afl-clang-fast PCGUARD and afl-clang-lto LTO instrumentation! Identify which source code files contain the functions that you need to remove from instrumentation. - Simply follow this document on how to do this: [llvm_mode/README.instrument_file.md](llvm_mode/README.instrument_file.md) + Simply follow this document on how to do this: [llvm_mode/README.instrument_list.md](llvm_mode/README.instrument_list.md) If PCGUARD is used, then you need to follow this guide (needs llvm 12+!): [http://clang.llvm.org/docs/SanitizerCoverage.html#partially-disabling-instrumentation](http://clang.llvm.org/docs/SanitizerCoverage.html#partially-disabling-instrumentation) |