diff options
author | van Hauser <vh@thc.org> | 2023-04-21 15:34:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-21 15:34:49 +0200 |
commit | dae5f94bce9ae1256f455dd6f281ae2f7d33f924 (patch) | |
tree | 8c12a30033e6bc2e3977d5dca25f17981d22c290 /docs/env_variables.md | |
parent | c49d346e3762fa06bf410d493f70411069d32590 (diff) | |
parent | 30495e6bfe4119c9be6597ad0def01e7e0cb8a67 (diff) | |
download | afl++-dae5f94bce9ae1256f455dd6f281ae2f7d33f924.tar.gz |
Merge pull request #1710 from Ha0ris/frida-inst-no-dynamic-load
frida mode: add dynamic loaded code exclusion
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`. |