mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
switch to explore powerschedule as default
This commit is contained in:
parent
ca0c9f6d17
commit
353ae3682a
@ -4,7 +4,8 @@
|
||||
release of the tool. See README.md for the general instruction manual.
|
||||
|
||||
### Version ++4.10a (dev)
|
||||
- ...
|
||||
- default power schedule is now EXPLORE, due a fix in fast schedules
|
||||
explore is slightly better now.
|
||||
|
||||
|
||||
### Version ++4.09c (release)
|
||||
|
@ -89,9 +89,8 @@ void afl_state_init(afl_state_t *afl, uint32_t map_size) {
|
||||
afl->w_end = 0.3;
|
||||
afl->g_max = 5000;
|
||||
afl->period_pilot_tmp = 5000.0;
|
||||
afl->schedule = FAST; /* Power schedule (default: FAST) */
|
||||
afl->schedule = EXPLORE; /* Power schedule (default: EXPLORE)*/
|
||||
afl->havoc_max_mult = HAVOC_MAX_MULT;
|
||||
|
||||
afl->clear_screen = 1; /* Window resized? */
|
||||
afl->havoc_div = 1; /* Cycle count divisor for havoc */
|
||||
afl->stage_name = "init"; /* Name of the current fuzz stage */
|
||||
|
@ -138,7 +138,7 @@ static void usage(u8 *argv0, int more_help) {
|
||||
"to\n"
|
||||
" exploit mode, and back on new coverage (default: %u)\n"
|
||||
" -p schedule - power schedules compute a seed's performance score:\n"
|
||||
" fast(default), explore, exploit, seek, rare, mmopt, "
|
||||
" explore(default), fast, exploit, seek, rare, mmopt, "
|
||||
"coe, lin\n"
|
||||
" quad -- see docs/FAQ.md for more information\n"
|
||||
" -f file - location read by the fuzzed program (default: stdin "
|
||||
|
Loading…
x
Reference in New Issue
Block a user