mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
add U256/32byte support
This commit is contained in:
@ -956,9 +956,11 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
break;
|
||||
|
||||
case 'd':
|
||||
case 'D': /* old deterministic */
|
||||
case 'D': /* old deterministic */
|
||||
|
||||
WARNF("Parameters -d and -D are deprecated, a new enhanced deterministic fuzzing is active by default, to disable it use -z");
|
||||
WARNF(
|
||||
"Parameters -d and -D are deprecated, a new enhanced deterministic "
|
||||
"fuzzing is active by default, to disable it use -z");
|
||||
break;
|
||||
|
||||
case 'z': /* no deterministic */
|
||||
|
Reference in New Issue
Block a user