google / honggfuzz

Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)
https://honggfuzz.dev
Apache License 2.0
3.07k stars 515 forks source link

Support exit_on_time option: issue #399 #487

Closed apach301 closed 1 year ago

apach301 commented 1 year ago

Hi! This PR implements exit-on-time option (alike in afl++) which allows to stop fuzzing session when there is no new coverage discovered for a certain amount of time. This functionality is used for automatic fuzz testing organizing. There is also an issue #399 requesting this feature.

robertswiecki commented 1 year ago

Thank you!