News
Project 1 Time Limit
Written on 13.12.2023 13:27 by Leon Bettscheider
Dear all,
I've uploaded a revision of the Project 1 PDF.
The only change is that we impose a hard execution time limit of **30 minutes** (one core only) on your fuzzer.
From the PDF:
**Your fuzzer will be stopped as soon as 100.000 inputs or 30 minutes of execution time are reached.**
- Example 1: Your fuzzer generated only 20.000 inputs after 30 minutes. We will stop it after 30 minutes, and use the coverage achieved with these 20.000 inputs.
- Example 2: Your fuzzer generated 100.000 inputs after 10 minutes. We will use the coverage achieved with these 100.000 inputs.
Happy Fuzzing,
Leon