about summary refs log tree commit diff
path: root/docs/env_variables.txt
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-03 12:05:58 +0200
committervan Hauser <vh@thc.org>2019-07-03 12:05:58 +0200
commitb57b2073acf85e985f513a12d8aae725f8942689 (patch)
tree0999e88159ee110e1e0e181e6a42cc28cb1d388d /docs/env_variables.txt
parent771a9e9cd20645f4677d6affe2e402da1dd5b5f2 (diff)
downloadafl++-b57b2073acf85e985f513a12d8aae725f8942689.tar.gz
LAF_... -> AFL_LLVM_LAF_...
Diffstat (limited to 'docs/env_variables.txt')
-rw-r--r--docs/env_variables.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/env_variables.txt b/docs/env_variables.txt
index f5db3b4f..2a824766 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.