FRET-LibAFL/fuzzers/forkserver_libafl_cc
Dominik Maier 97e88af0c5
OnDiskCorpus: Write metadata by default, metadata gzip compression (#995)
* Write metadata by default

* fix fuzzers

* Cleanup, gzip feature

* Fix casing for ondisk corpus

* fix fmt, clippy

* clippy

* clippy for gdiplus fuzzer

* fmt
2023-01-13 01:07:36 +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.