mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 12:48:06 +00:00
-a default
This commit is contained in:
@ -536,6 +536,10 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
|
|
||||||
afl->input_mode = 2;
|
afl->input_mode = 2;
|
||||||
|
|
||||||
|
} else if (!stricmp(optarg, "def") || !stricmp(optarg, "default")) {
|
||||||
|
|
||||||
|
afl->input_mode = 0;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
FATAL("-a input mode needs to be \"text\" or \"binary\".");
|
FATAL("-a input mode needs to be \"text\" or \"binary\".");
|
||||||
|
Reference in New Issue
Block a user