improved symqemu custom mutator

This commit is contained in:
vanhauser-thc
2023-05-18 10:32:15 +02:00
parent f664eb58c5
commit abd6eace9d
4 changed files with 99 additions and 146 deletions

View File

@ -1912,6 +1912,7 @@ custom_mutator_stage:
afl->stage_name = "custom mutator";
afl->stage_short = "custom";
afl->stage_cur = 0;
afl->stage_val_type = STAGE_VAL_NONE;
bool has_custom_fuzz = false;
u32 shift = unlikely(afl->custom_only) ? 7 : 8;