diff options
| author | van Hauser <vh@thc.org> | 2021-08-18 10:16:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 10:16:22 +0200 |
| commit | dbb793646e8ea0998c747bd1450a29d18737dcbd (patch) | |
| tree | cd0dcdb171c55f2973b711b1d5fc8d2f6b5aabd1 /include/envs.h | |
| parent | 69b7f2cae4fbb1ad34fd6a01aa0056126d7609d0 (diff) | |
| parent | 10c98c2a4c6ef73e25d460933eeda60e320c9bbf (diff) | |
| download | afl++-dbb793646e8ea0998c747bd1450a29d18737dcbd.tar.gz | |
Merge pull request #1071 from WorksButNotTested/many-local
Many local
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 49605330..722fe1a5 100644 --- a/include/envs.h +++ b/include/envs.h @@ -55,6 +55,7 @@ static char *afl_environment_variables[] = { "AFL_FORCE_UI", "AFL_FRIDA_DEBUG_MAPS", "AFL_FRIDA_EXCLUDE_RANGES", + "AFL_FRIDA_INST_COVERAGE_FILE", "AFL_FRIDA_INST_DEBUG_FILE", "AFL_FRIDA_INST_JIT", "AFL_FRIDA_INST_NO_OPTIMIZE", |
