This commit is contained in:
van Hauser
2020-02-16 19:22:12 +01:00
parent 204059c61a
commit e40415cf16
5 changed files with 103 additions and 1 deletions

View File

@ -609,6 +609,9 @@ int main(int argc, char** argv, char** envp) {
OKF("afl-tmin fork server patch from github.com/nccgroup/TriforceAFL");
OKF("MOpt Mutator from github.com/puppet-meteor/MOpt-AFL");
if (sync_id && force_deterministic && (getenv("AFL_CUSTOM_MUTATOR_ONLY") || getenv("AFL_PYTHON_ONLY")))
WARNF("Using -M master with the AFL_..._ONLY mutator options will result in no deterministic mutations being done!");
check_environment_vars(envp);
if (fixed_seed) OKF("Running with fixed seed: %u", (u32)init_seed);