mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
add scale encode mode for cmplog
This commit is contained in:
@ -1152,6 +1152,10 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
case 'A':
|
||||
afl->cmplog_enable_arith = 1;
|
||||
break;
|
||||
case 's':
|
||||
case 'S':
|
||||
afl->cmplog_enable_scale = 1;
|
||||
break;
|
||||
case 't':
|
||||
case 'T':
|
||||
afl->cmplog_enable_transform = 1;
|
||||
|
Reference in New Issue
Block a user