mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
cmplog -l3: disable trimming, forcing input2stage for all
This commit is contained in:
@ -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':
|
||||
|
Reference in New Issue
Block a user