Dongjia "toka" Zhang 7202e2a26e
Replace "cargo make" to "just" in md files (#2979)
* justify

* justify
2025-02-13 14:35:38 +01:00

339 B

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 just 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 just run.