change -y to -g/-G and add env var alternatives

This commit is contained in:
vanhauser-thc
2022-02-05 10:36:37 +01:00
parent d5b9cd4b73
commit fa3c0d8a37
4 changed files with 34 additions and 29 deletions

View File

@ -98,6 +98,8 @@ static char *afl_environment_variables[] = {
"AFL_IGNORE_PROBLEMS",
"AFL_IGNORE_UNKNOWN_ENVS",
"AFL_IMPORT_FIRST",
"AFL_INPUT_LEN_MIN",
"AFL_INPUT_LEN_MAX",
"AFL_INST_LIBS",
"AFL_INST_RATIO",
"AFL_KILL_SIGNAL",