diff options
author | van Hauser <vh@thc.org> | 2021-11-29 15:32:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 15:32:14 +0100 |
commit | 235bb3235e45a81eb2b524f3a76346d91a163e3d (patch) | |
tree | e44968d7d3d4267386d1c714e061e84bdfec9077 /docs/env_variables.md | |
parent | ce0edcff2e127f363b9eb7968b87f8343b8b62f3 (diff) | |
parent | e0c8a5c0c6ae67af3280c0ead8124a2ffe920241 (diff) | |
download | afl++-235bb3235e45a81eb2b524f3a76346d91a163e3d.tar.gz |
Merge pull request #1177 from llzmb/docs_cleanup_instrumentation_folder
Clean up instrumentation folder
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 65cca0dc..cbc63032 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -171,7 +171,7 @@ config.h to at least 18 and maybe up to 20 for this as otherwise too many map collisions occur. For more information, see -[instrumentation/README.ctx.md](../instrumentation/README.ctx.md). +[instrumentation/README.llvm.md#6) AFL++ Context Sensitive Branch Coverage](../instrumentation/README.llvm.md#6-afl-context-sensitive-branch-coverage). #### INSTRUMENT LIST (selectively instrument files and functions) @@ -247,7 +247,7 @@ in config.h to at least 18 and maybe up to 20 for this as otherwise too many map collisions occur. For more information, see -[instrumentation/README.ngram.md](../instrumentation/README.ngram.md). +[instrumentation/README.llvm.md#7) AFL++ N-Gram Branch Coverage](../instrumentation/README.llvm.md#7-afl-n-gram-branch-coverage). #### NOT_ZERO @@ -261,9 +261,6 @@ For more information, see If the target performs only a few loops, then this will give a small performance boost. -For more information, see -[instrumentation/README.neverzero.md](../instrumentation/README.neverzero.md). - #### Thread safe instrumentation counters (in all modes) Setting `AFL_LLVM_THREADSAFE_INST` will inject code that implements thread safe |