ocurrent / bun

tired of typing afl-fuzz? try bun!
MIT License
50 stars 10 forks source link

Print crashes when killing a fuzzer in no-kill mode #9

Closed NathanReb closed 5 years ago

NathanReb commented 5 years ago

This PR adds a print to the term_handler so that when terminated in no-kill mode, bun prints the crash triggering inputs.

This partially fixes #8 for now.

I'll look into changing the exit status when crashes where actually found in that case next week but I'd love to hear your feedback on this in the meantime!

It breaks the test but I'm unsure exactly why!

yomimono commented 5 years ago

This looks good, thanks!