stedolan / crowbar

Property fuzzing for OCaml
MIT License
180 stars 31 forks source link

Warn when afl support unavailable #39

Open stedolan opened 6 years ago

stedolan commented 6 years ago

It's possible to install and use crowbar in a non-afl-switch, and then try to run the resulting binaries under afl-fuzz. The error message that afl-fuzz gives is, eh, somewhat unhelpful.

Crowbar should warn when building without afl support. (Or maybe bun should do this?)