diff options
author | van Hauser <vh@thc.org> | 2022-02-18 11:04:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 11:04:45 +0100 |
commit | a5943dc782d1a6047aaa8f455ab37e4a31369311 (patch) | |
tree | 9ffc1ca018245aa6533a9194da7c21a03c4e4a7c /include/envs.h | |
parent | 8fc249d210ad49e3dd88d1409877ca64d9884690 (diff) | |
parent | fc7bf33fb144162ede0c2d56b91ad31143113f16 (diff) | |
download | afl++-a5943dc782d1a6047aaa8f455ab37e4a31369311.tar.gz |
Merge pull request #1332 from WorksButNotTested/module
Module
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 f4327d8c..1f6d33e6 100644 --- a/include/envs.h +++ b/include/envs.h @@ -59,6 +59,7 @@ static char *afl_environment_variables[] = { "AFL_FRIDA_EXCLUDE_RANGES", "AFL_FRIDA_INST_COVERAGE_FILE", "AFL_FRIDA_INST_DEBUG_FILE", + "AFL_FRIDA_INST_INSN", "AFL_FRIDA_INST_JIT", "AFL_FRIDA_INST_NO_OPTIMIZE", "AFL_FRIDA_INST_NO_PREFETCH", |