diff options
author | vanhauser-thc <vh@thc.org> | 2023-10-24 11:48:47 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-10-24 11:48:47 +0200 |
commit | b8e55064c67afe5d5546339afecff54c4d95f428 (patch) | |
tree | 7e7c0c9bc0479d45c76dbe26ad7ef50d5c5b83a6 /docs/env_variables.md | |
parent | 728401ee690d81a0a73bbb09e3aab271556a5c0a (diff) | |
parent | d52013832a82fa637450cad826af9fd8d64fefa1 (diff) | |
download | afl++-b8e55064c67afe5d5546339afecff54c4d95f428.tar.gz |
Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 3bb4e844..a7636511 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -135,6 +135,12 @@ subset of the settings discussed in section 1, with the exception of: - `TMPDIR` and `AFL_KEEP_ASSEMBLY`, since no temporary assembly files are created. + - LLVM modes compiling C++ will normally set rpath in the binary if LLVM is + not in a usual location (/usr or /lib). Setting `AFL_LLVM_NO_RPATH=1` + disables this behaviour in case it isn't desired. For example, the compiling + toolchain might be in a custom location, but the target machine has LLVM + runtime libs in the search path. + Then there are a few specific features that are only available in instrumentation mode: |