FRET-LibAFL/fuzzers/forkserver_libafl_cc
Dongjia "toka" Zhang 324db072a2
Fix CI (#1558)
* endif

* just fix every profile

* WHY YOU DONT JUST USE THE SAME NAME FOR DIR

* fix

* Some fuzzer want release

* WHY I ALWAYS FORGET COMMA

* NO MORE SPACE

* rename

* stb doesn't like debug build

* just use release

* another just use release
2023-09-27 09:59:55 +02:00
..
2023-08-02 17:36:26 +02:00
2023-08-17 17:15:03 +02:00
2023-09-27 09:59:55 +02: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.