diff options
author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-07-15 19:32:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 20:32:44 +0200 |
commit | 9e8afcc6156fbcc7b0ed41cde1a5873989b65063 (patch) | |
tree | e854fd9b8b8e2e19bcba35713f6c2a375274c02e /include | |
parent | 6f03749c734e535cf9488027c692a7ee2591b60f (diff) | |
download | afl++-9e8afcc6156fbcc7b0ed41cde1a5873989b65063.tar.gz |
Support for setting a fixed seed for the hash function (#1026)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/envs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/envs.h b/include/envs.h index 4bab54ce..26cc250f 100644 --- a/include/envs.h +++ b/include/envs.h @@ -60,6 +60,7 @@ static char *afl_environment_variables[] = { "AFL_FRIDA_INST_NO_OPTIMIZE", "AFL_FRIDA_INST_NO_PREFETCH", "AFL_FRIDA_INST_RANGES", + "AFL_FRIDA_INST_SEED", "AFL_FRIDA_INST_TRACE", "AFL_FRIDA_INST_TRACE_UNIQUE", "AFL_FRIDA_JS_SCRIPT", |