This commit is contained in:
vanhauser-thc 2023-07-03 09:17:41 +02:00
parent d518426335
commit dcbfc88e7d

View File

@ -2118,6 +2118,9 @@ havoc_stage:
mutation_array = (unsigned int *)&mutation_strategy_exploitation_binary;
rand_max = MUT_STRATEGY_ARRAY_SIZE;
// or this one? we do not have enough binary bug benchmarks :-(
// mutation_array = (unsigned int *)&binary_array;
// rand_max = MUT_BIN_ARRAY_SIZE;
}