added AFL_IGNORE_UNKNOWN_ENVS

This commit is contained in:
vanhauser-thc
2021-02-13 22:43:56 +01:00
parent 6ce9230ed6
commit 9bd1e19d7f
8 changed files with 15 additions and 7 deletions

View File

@ -1587,6 +1587,7 @@ int main(int argc, char **argv, char **envp) {
"libtokencap.so)\n"
" AFL_PATH: path to instrumenting pass and runtime "
"(afl-compiler-rt.*o)\n"
" AFL_IGNORE_UNKNOWN_ENVS: don't warn on unknown env vars\n"
" AFL_INST_RATIO: percentage of branches to instrument\n"
" AFL_QUIET: suppress verbose output\n"
" AFL_HARDEN: adds code hardening to catch memory bugs\n"