diff options
author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-07-06 08:09:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 09:09:31 +0200 |
commit | bf9a15541888ac8836a70b4d01c2c9e7bd940051 (patch) | |
tree | b4fc296003d71f586c1f206e23aa4a93635ec4c3 /include/envs.h | |
parent | 6ec295db4e8188df410cf7dcccd1b3de5fbc2048 (diff) | |
download | afl++-bf9a15541888ac8836a70b4d01c2c9e7bd940051.tar.gz |
Support for excluding JIT code (#1006)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index f89e8e62..4bab54ce 100644 --- a/include/envs.h +++ b/include/envs.h @@ -56,6 +56,7 @@ static char *afl_environment_variables[] = { "AFL_FRIDA_DEBUG_MAPS", "AFL_FRIDA_EXCLUDE_RANGES", "AFL_FRIDA_INST_DEBUG_FILE", + "AFL_FRIDA_INST_JIT", "AFL_FRIDA_INST_NO_OPTIMIZE", "AFL_FRIDA_INST_NO_PREFETCH", "AFL_FRIDA_INST_RANGES", |