diff options
author | van Hauser <vh@thc.org> | 2019-07-05 13:27:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 13:27:38 +0200 |
commit | c0332ad98b84bad3798cbe23d36b07423f216479 (patch) | |
tree | 8ef28842ef80063972b925faea1c3dd883d4eb3d /docs/env_variables.txt | |
parent | 7f6aaa53147afd4feb549214f49d0f5f69e4af6c (diff) | |
parent | b57b2073acf85e985f513a12d8aae725f8942689 (diff) | |
download | afl++-c0332ad98b84bad3798cbe23d36b07423f216479.tar.gz |
Merge branch 'master' into neverZero_counters
Diffstat (limited to 'docs/env_variables.txt')
-rw-r--r-- | docs/env_variables.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/env_variables.txt b/docs/env_variables.txt index f8c6c86a..d854ea8d 100644 --- a/docs/env_variables.txt +++ b/docs/env_variables.txt @@ -89,11 +89,11 @@ Then there are a few specific features that are only available in llvm_mode: This great feature will split compares to series of single byte comparisons to allow afl-fuzz to find otherwise rather impossible paths. - - Setting LAF_SPLIT_SWITCHES will split switch()es + - Setting AFL_LLVM_LAF_SPLIT_SWITCHES will split switch()es - - Setting LAF_TRANSFORM_COMPARES will split string compare functions + - Setting AFL_LLVM_LAF_TRANSFORM_COMPARES will split string compare functions - - Setting LAF_SPLIT_COMPARES will split > 8 bit CMP instructions + - Setting AFL_LLVM_LAF_SPLIT_COMPARES will split > 8 bit CMP instructions See llvm_mode/README.laf-intel for more information. |