diff options
author | vanhauser-thc <vh@thc.org> | 2024-02-03 15:53:54 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-02-03 15:53:54 +0100 |
commit | dc151caa1839162e470e003837e630db6d5d543e (patch) | |
tree | b387a7e0958aedc2fa88404556740c5693f0083d /docs/env_variables.md | |
parent | e1d7f4af35b6ac1f654aa42744a9c2e1b7b6dbb7 (diff) | |
download | afl++-dc151caa1839162e470e003837e630db6d5d543e.tar.gz |
add lto caller instrumentation
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index a972b6da..1e4fc7ba 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -248,6 +248,9 @@ use (which only ever the author of this LTO implementation will use). These are used if several separated instrumentations are performed which are then later combined. + - `AFL_LLVM_LTO_CALLER` activates collision free CALLER instrumentation + - `AFL_LLVM_LTO_CALLER` sets the maximum mumber of single block functions + to dig deeper into a real function. Default 0. - `AFL_LLVM_DOCUMENT_IDS=file` will document to a file which edge ID was given to which function. This helps to identify functions with variable bytes or which functions were touched by an input. |