PacktPublishing / Fuzzing-Against-the-Machine

MIT License
73 stars 9 forks source link

timeout disagreement and wrong word #7

Open doctorames opened 1 month ago

doctorames commented 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)'?

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.