about summary refs log tree commit diff
path: root/frida_mode/README.md
diff options
context:
space:
mode:
authorWorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com>2021-07-06 08:09:31 +0100
committerGitHub <noreply@github.com>2021-07-06 09:09:31 +0200
commitbf9a15541888ac8836a70b4d01c2c9e7bd940051 (patch)
treeb4fc296003d71f586c1f206e23aa4a93635ec4c3 /frida_mode/README.md
parent6ec295db4e8188df410cf7dcccd1b3de5fbc2048 (diff)
downloadafl++-bf9a15541888ac8836a70b4d01c2c9e7bd940051.tar.gz
Support for excluding JIT code (#1006)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/README.md')
-rw-r--r--frida_mode/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/frida_mode/README.md b/frida_mode/README.md
index c85cf3af..024fc140 100644
--- a/frida_mode/README.md
+++ b/frida_mode/README.md
@@ -153,6 +153,9 @@ Generated block 0x7ffff75e98e2
 
 ***
 ```
+* `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_OPTIMIZE` - Don't use optimized inline assembly coverage
 instrumentation (the default where available). Required to use
 `AFL_FRIDA_INST_TRACE`.