Add support for option to disable backpatch

This commit is contained in:
Your Name
2021-11-08 18:17:09 +00:00
parent f4312255d9
commit 93b8f17242
8 changed files with 38 additions and 3 deletions

View File

@ -59,6 +59,7 @@ static char *afl_environment_variables[] = {
"AFL_FRIDA_INST_COVERAGE_FILE",
"AFL_FRIDA_INST_DEBUG_FILE",
"AFL_FRIDA_INST_JIT",
"AFL_FRIDA_INST_NO_BACKPATCH",
"AFL_FRIDA_INST_NO_OPTIMIZE",
"AFL_FRIDA_INST_NO_PREFETCH",
"AFL_FRIDA_INST_NO_PREFETCH_BACKPATCH",