diff options
author | van Hauser <vh@thc.org> | 2020-05-05 20:19:04 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-05 20:19:04 +0200 |
commit | ad3960580d4b462e53c98f82283cd11037558642 (patch) | |
tree | c769304aeba99037f50dc31453abd42155cc463c /docs/env_variables.md | |
parent | 00683d06c2dc4a021929f25c86b8b426542c4e40 (diff) | |
download | afl++-ad3960580d4b462e53c98f82283cd11037558642.tar.gz |
fixed typos
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index ab5808ec..ed81c8a3 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -102,9 +102,10 @@ Then there are a few specific features that are only available in llvm_mode: LTO - LTO instrumentation (see below) CTX - context sensitive instrumentation (see below) NGRAM-x - deeper previous location coverage (from NGRAM-2 up to NGRAM-16) - In CLASSIC (default) can can also specify CTX and/nor NGRAM, seperate - the options with a comma "," then, e.g.: - AFL_LLVM_INSTRUMENT=CLASSIC,CTX,NGRAM-4 + In CLASSIC (default) and CFG/INSTRIM you can also specify CTX and/or + NGRAM, seperate the options with a comma "," then, e.g.: + AFL_LLVM_INSTRUMENT=CFG,CTX,NGRAM-4 + Not that this is a good idea to use both CTX and NGRAM :) ### LTO |