about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-12-22 19:42:00 +0100
committerhexcoder- <heiko@hexco.de>2020-12-22 19:42:00 +0100
commitf18afa8ccdd3a19de2e119a943dc4f13829d2411 (patch)
tree8a419d6221534855dd30b9a74dbc86f786e401d8 /docs/env_variables.md
parent2a994e457a75c28272373ba24cd4158239c007fd (diff)
parent9759320266d3f334f71d06eed5267d78de1837d8 (diff)
downloadafl++-f18afa8ccdd3a19de2e119a943dc4f13829d2411.tar.gz
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index c1693748..e6b9381b 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -120,6 +120,8 @@ Then there are a few specific features that are only available in instrumentatio
         LTO - LTO instrumentation (see below)
         CTX - context sensitive instrumentation (see below)
         NGRAM-x - deeper previous location coverage (from NGRAM-2 up to NGRAM-16)
+        GCC - outdated gcc instrumentation
+        CLANG - outdated clang instrumentation
       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`