Dongjia "toka" Zhang 95d87bd7d8
0.14.1 (#2698)
* 0.14.1

* fixer

* don't build nyx

---------

Co-authored-by: Dominik Maier <domenukk@gmail.com>
2024-12-02 21:06:29 +01:00
..
2024-10-18 23:33:03 +02:00
2024-12-02 21:06:29 +01:00

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.