diff options
author | van Hauser <vh@thc.org> | 2020-05-23 01:37:21 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-23 01:37:21 +0200 |
commit | c64ea494320f174575206006d0ea8c098c1a71e1 (patch) | |
tree | 57b56d1eb489b9cca596891dd48733f2b5de8e99 /docs/env_variables.md | |
parent | 38fe1c60666d9e8cb3d7b825e5a926111b2160d5 (diff) | |
download | afl++-c64ea494320f174575206006d0ea8c098c1a71e1.tar.gz |
AFL_LLVM_LAF_ALL
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 2668be7d..867e937e 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -190,13 +190,18 @@ Then there are a few specific features that are only available in llvm_mode: to allow afl-fuzz to find otherwise rather impossible paths. It is not restricted to Intel CPUs ;-) - - Setting AFL_LLVM_LAF_SPLIT_SWITCHES will split switch()es - - Setting AFL_LLVM_LAF_TRANSFORM_COMPARES will split string compare functions + - Setting AFL_LLVM_LAF_SPLIT_SWITCHES will split switch()es + - Setting AFL_LLVM_LAF_SPLIT_COMPARES will split all floating point and 64, 32 and 16 bit integer CMP instructions + - Setting AFL_LLVM_LAF_SPLIT_FLOATS will split floating points, needs + AFL_LLVM_LAF_SPLIT_COMPARES to be set + + - Setting AFL_LLVM_LAF_ALL sets all of the above + See llvm_mode/README.laf-intel.md for more information. ### WHITELIST |