Add support for generating coverage information

This commit is contained in:
Your Name
2021-08-17 18:30:30 +01:00
parent 2a68d37b4f
commit 5f20137e9d
9 changed files with 419 additions and 1 deletions

View File

@ -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",