mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
later auto splicing
This commit is contained in:
@ -2978,9 +2978,6 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
afl->expand_havoc = 1;
|
afl->expand_havoc = 1;
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
// if we did not use splicing (default) then activate it
|
|
||||||
afl->use_splicing = 1;
|
|
||||||
|
|
||||||
// add MOpt mutator
|
// add MOpt mutator
|
||||||
/*
|
/*
|
||||||
if (afl->limit_time_sig == 0 && !afl->custom_only &&
|
if (afl->limit_time_sig == 0 && !afl->custom_only &&
|
||||||
@ -3011,7 +3008,8 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
// 3;
|
// 3;
|
||||||
break;
|
break;
|
||||||
case 5:
|
case 5:
|
||||||
// nothing else currently
|
// if we did not use splicing (default) then activate it
|
||||||
|
afl->use_splicing = 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user