Open doctorames opened 1 month ago
Page 82.
afl-fuzz -t 500 ...
But in the paragraph after that, you say:
The -t parameter specifies a timeout in milliseconds (five seconds)
So did you mean: afl-fuzz -t 5000 ...? Or did you mean to say '(half a second)'?
afl-fuzz -t 5000 ...
Also you say in the upcoming example. I think you meant in the previous example because LLVM_ALLOW_LIST was just used in a previous example.
in the upcoming example
in the previous example
LLVM_ALLOW_LIST
Page 82.
afl-fuzz -t 500 ...
But in the paragraph after that, you say:
So did you mean:
afl-fuzz -t 5000 ...
? Or did you mean to say '(half a second)'?Also you say
in the upcoming example
. I think you meantin the previous example
becauseLLVM_ALLOW_LIST
was just used in a previous example.