diff options
author | van Hauser <vh@thc.org> | 2023-04-22 11:40:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 11:40:50 +0200 |
commit | dbb317162415a28e3fd2ff4c574292c924493a00 (patch) | |
tree | 190be094155fbdc8bf642f3b84942c4ad1808060 /docs/env_variables.md | |
parent | a326c23210dc2ace37bf1cadcc4521cf5d0b58cb (diff) | |
parent | 6bd48a48cbed1f923ff0999ea24af1f548c2e2bc (diff) | |
download | afl++-dbb317162415a28e3fd2ff4c574292c924493a00.tar.gz |
Merge pull request #1712 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index a6a0ae44..c5995d13 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -677,6 +677,8 @@ support. * `AFL_FRIDA_INST_JIT` - Enable the instrumentation of Just-In-Time compiled code. Code is considered to be JIT if the executable segment is not backed by a file. +* `AFL_FRIDA_INST_NO_DYNAMIC_LOAD` - Don't instrument the code loaded late at + runtime. Strictly limits instrumentation to what has been included. * `AFL_FRIDA_INST_NO_OPTIMIZE` - Don't use optimized inline assembly coverage instrumentation (the default where available). Required to use `AFL_FRIDA_INST_TRACE`. |