diff options
author | van Hauser <vh@thc.org> | 2021-12-20 21:30:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 21:30:55 +0100 |
commit | 6106efa30165ace5d36da36c79778b52935f186f (patch) | |
tree | abe5e84e618ba5ae0a926bdd9e3a37cf2c4af4c7 /include/envs.h | |
parent | db19116ce692a7a317ee3e0f4a553f754465eb47 (diff) | |
parent | d59a76261db02141dae06bf804fd0f84679f0d34 (diff) | |
download | afl++-6106efa30165ace5d36da36c79778b52935f186f.tar.gz |
Merge pull request #1223 from WorksButNotTested/frida
Improvements to debug output
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/envs.h b/include/envs.h index adb1b67e..3bacc380 100644 --- a/include/envs.h +++ b/include/envs.h @@ -59,7 +59,6 @@ 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", @@ -76,11 +75,13 @@ 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_STALKER_IC_ENTRIES", + "AFL_FRIDA_STALKER_NO_BACKPATCH", "AFL_FRIDA_STATS_FILE", "AFL_FRIDA_STATS_INTERVAL", "AFL_FRIDA_TRACEABLE", + "AFL_FRIDA_VERBOSE", "AFL_FUZZER_ARGS", // oss-fuzz "AFL_GDB", "AFL_GCC_ALLOWLIST", |