
* Fix fuzzers after HasTestcase (#1123) * Make the trait a trait * Implement HasTestcase for Corpora * fix * fix * a * a * fix * wasm32 * a * f * f * aa --------- Co-authored-by: tokatoka <tokazerkje@outlook.com>
Simple Forkserver Fuzzer
This is a simple example fuzzer to fuzz an executable instrumented by libafl_cc.
Usage
You can build this example by running cargo make fuzzer
.
This compiles, libafl_cc, the fuzzer and the example harness program in
src/program.c
with libafl_cc.
Run
You can run this example by running cargo make run
.