diff options
author | Your Name <you@example.com> | 2021-11-15 17:14:04 +0000 |
---|---|---|
committer | Your Name <you@example.com> | 2021-11-15 17:14:04 +0000 |
commit | e1d3fe30dec150aa7111cb623a7362a8026963a8 (patch) | |
tree | 742fa445c7dcf1bf868bd025ee7680dd13b27604 /include/envs.h | |
parent | de90fd652e01797f129bfc23c24fa766b4c756a2 (diff) | |
download | afl++-e1d3fe30dec150aa7111cb623a7362a8026963a8.tar.gz |
Changes to allow configuration of stalker adjacent blocks
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index 0ba79092..a3ba5e88 100644 --- a/include/envs.h +++ b/include/envs.h @@ -76,6 +76,8 @@ static char *afl_environment_variables[] = { "AFL_FRIDA_PERSISTENT_DEBUG", "AFL_FRIDA_PERSISTENT_HOOK", "AFL_FRIDA_PERSISTENT_RET", + "AFL_FRIDA_STALKER_IC_ENTRIES", + "AFL_FRIDA_STALKER_ADJACENT_BLOCKS", "AFL_FRIDA_STATS_FILE", "AFL_FRIDA_STATS_INTERVAL", "AFL_FRIDA_TRACEABLE", |