diff options
| author | van Hauser <vh@thc.org> | 2021-11-15 18:57:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-15 18:57:14 +0100 |
| commit | ca1e0785977c445ec55641f562fb1753acc25740 (patch) | |
| tree | 91fa97a06b8107348c354b48f2bd0e911cd3c24f /include | |
| parent | de90fd652e01797f129bfc23c24fa766b4c756a2 (diff) | |
| parent | f719b426e38af9f73442606cd22071722435f560 (diff) | |
| download | afl++-ca1e0785977c445ec55641f562fb1753acc25740.tar.gz | |
Merge pull request #1162 from WorksButNotTested/frida
Frida
Diffstat (limited to 'include')
| -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", |
