about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorMaik Betka <9078425+voidptr127@users.noreply.github.com>2023-04-21 16:48:47 +0200
committerGitHub <noreply@github.com>2023-04-21 16:48:47 +0200
commite99d4ba976721127e16493a6b5ad8387fdaa9821 (patch)
treed19a6abca770c0ad2340722c69e0d5ff3bacab58 /docs/env_variables.md
parentde717cd2255f05361b6a7b8eaeec40b15cb878af (diff)
parentdae5f94bce9ae1256f455dd6f281ae2f7d33f924 (diff)
downloadafl++-e99d4ba976721127e16493a6b5ad8387fdaa9821.tar.gz
Merge pull request #2 from AFLplusplus/dev
Dev
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md2
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`.