rust-fuzz / libfuzzer

Rust bindings and utilities for LLVM’s libFuzzer
Apache License 2.0
206 stars 44 forks source link

Add bindings for custom crossover with example #115

Closed rchildre3 closed 5 months ago

rchildre3 commented 7 months ago

Closes #101

rchildre3 commented 5 months ago

Changed the interface slightly to be more in line with that of fuzz_target! (i.e. omitting the size parameter as the slice encompasses the slice length)

rchildre3 commented 5 months ago

Nit fixed