cmplog -l3: disable trimming, forcing input2stage for all

This commit is contained in:
vanhauser-thc
2021-04-15 16:50:44 +02:00
parent 45b5e3622e
commit 4f93220c4b
2 changed files with 33 additions and 1 deletions

View File

@ -855,6 +855,14 @@ int main(int argc, char **argv_orig, char **envp) {
break;
case '3':
afl->cmplog_lvl = 3;
if (!afl->disable_trim) {
ACTF("Deactivating trimming due CMPLOG level 3");
afl->disable_trim = 1;
}
break;
case 'a':
case 'A':