aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-31 20:20:30 +0200
committervan Hauser <vh@thc.org>2020-07-31 20:20:30 +0200
commit593940c39a3838b072863b7093ed31f92846cfcb (patch)
treedc16b1d7d595c63c8e206b5665191acd0113b5b0 /docs
parent8ea19d4266dab5c6c88336119be40529ed148c8f (diff)
downloadAFLplusplus-593940c39a3838b072863b7093ed31f92846cfcb.tar.gz
refer to llvm 12 for partial instrumentation for PCGUARD
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index b09a16ae..ee221d02 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -117,7 +117,8 @@ afl-clang-fast PCGUARD and afl-clang-lto LTO instrumentation!
remove from instrumentation.
Simply follow this document on how to do this: [llvm_mode/README.instrument_file.md](llvm_mode/README.instrument_file.md)
- If PCGUARD is used, then you need to follow this guide: [http://clang.llvm.org/docs/SanitizerCoverage.html#partially-disabling-instrumentation](http://clang.llvm.org/docs/SanitizerCoverage.html#partially-disabling-instrumentation)
+ 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)
4. Fourth step: recompile the target