diff options
author | Your Name <you@example.com> | 2022-08-04 18:46:29 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2022-08-04 18:46:29 +0100 |
commit | 3562de440e53fca7109a314dcc7fe9ab07794e56 (patch) | |
tree | 70a814a9ed0c04f9ecf72b807e326ffe118cde09 /include/envs.h | |
parent | 98e883875548c12d022adf556f9a95babb38c200 (diff) | |
download | afl++-3562de440e53fca7109a314dcc7fe9ab07794e56.tar.gz |
Changes to add option for absolute coverage data
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 853edbd9..52f2d09b 100644 --- a/include/envs.h +++ b/include/envs.h @@ -58,6 +58,7 @@ static char *afl_environment_variables[] = { "AFL_FRIDA_DRIVER_NO_HOOK", "AFL_FRIDA_EXCLUDE_RANGES", "AFL_FRIDA_INST_CACHE_SIZE", + "AFL_FRIDA_INST_COVERAGE_ABSOLUTE", "AFL_FRIDA_INST_COVERAGE_FILE", "AFL_FRIDA_INST_DEBUG_FILE", "AFL_FRIDA_INST_INSN", |