diff options
Diffstat (limited to 'llvm_mode')
| -rw-r--r-- | llvm_mode/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm_mode/README.md b/llvm_mode/README.md index 8af763c5..ee6e51b5 100644 --- a/llvm_mode/README.md +++ b/llvm_mode/README.md @@ -73,7 +73,7 @@ operating mode of AFL, e.g.: Be sure to also include CXX set to afl-clang-fast++ for C++ code. The tool honors roughly the same environmental variables as afl-gcc (see -../docs/env_variables.txt). This includes AFL_USE_ASAN, +[docs/env_variables.md](../docs/env_variables.md)). This includes AFL_USE_ASAN, AFL_HARDEN, and AFL_DONT_OPTIMIZE. However AFL_INST_RATIO is not honored as it does not serve a good purpose with the more effective instrim CFG analysis. @@ -189,7 +189,7 @@ the impact of memory leaks and similar glitches; 1000 is a good starting point, and going much higher increases the likelihood of hiccups without giving you any real performance benefits. -A more detailed template is shown in ../experimental/persistent_demo/. +A more detailed template is shown in ../examples/persistent_demo/. Similarly to the previous mode, the feature works only with afl-clang-fast; #ifdef guards can be used to suppress it when using other compilers. |
