rust-fuzz / targets

🎯 A collection of fuzzing targets written in Rust.
Creative Commons Zero v1.0 Universal
104 stars 21 forks source link

AFL timeout #137

Closed divergentdave closed 4 years ago

divergentdave commented 4 years ago

This closes #107, and depends on rust-fuzz/afl.rs#162.

I also made the current target display in AFL's output, and dialed the default time limit up to 30 seconds. (ten seconds is sometimes barely enough for AFL to get through its preparation when resuming)

frewsxcv commented 4 years ago

hey @divergentdave, thanks for the pull requests. both this one and https://github.com/rust-fuzz/afl.rs/pull/162 look great. i haven't been doing much fuzzing lately, and have limited time to maintain both of these repos. i just invited you to the rust-fuzz org. feel free to push commits directly to these projects 👋

divergentdave commented 4 years ago

rust-fuzz/afl.rs#162 has baked for a while and been released a couple times; going to merge this now.