diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-27 23:24:42 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-27 23:24:42 +0100 |
commit | 5e389a0970736030d6db59d27593e3173df5e18c (patch) | |
tree | 904d367a964aa3cc638c63c2ac8948c42d588549 /docs/env_variables.md | |
parent | 11414596077922dfccac6579df62d86bd7a758ef (diff) | |
parent | 7c76b7db04b7068c3b52f3a0eeaf19d468425e79 (diff) | |
download | afl++-5e389a0970736030d6db59d27593e3173df5e18c.tar.gz |
Less allocs
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 98f27bdf..ae283b1c 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -31,7 +31,9 @@ tools make fairly broad use of environmental variables: (You can also enable MSAN via AFL_USE_MSAN; ASAN and MSAN come with the same gotchas; the modes are mutually exclusive. UBSAN can be enabled - similarly by setting the environment variable AFL_USE_UBSAN=1) + similarly by setting the environment variable AFL_USE_UBSAN=1. Finally + there is the Control Flow Integrity sanitizer that can be activated by + AFL_USE_CFISAN=1) - Setting AFL_CC, AFL_CXX, and AFL_AS lets you use alternate downstream compilation tools, rather than the default 'clang', 'gcc', or 'as' binaries |