FRET-LibAFL/fuzzers/baby/backtrace_baby_fuzzers
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-12-02 21:06:29 +01:00
2024-12-02 21:06:29 +01:00
2024-12-02 21:06:29 +01:00

Backtrace baby fuzzers

The projects contained in this directory are simple fuzzers derived from the original baby_fuzzer examples, whose purpose is to show how to use a BacktraceObserver or an ASANObserver to dedupe crashes and other necessary components for this feature. To use casr deduplication for BacktraceObserver or ASANObserver build LibAFL with casr feature.

The examples cover:

  • An InProcessForkExecutor fuzzing a C harness
  • An InProcessForkExecutor fuzzing a Rust harness
  • An InProcessExecutor fuzzing a C harness
  • An InProcessExecutor fuzzing a Rust harness
  • A CommandExecutor fuzzing a simple binary
  • A ForkServerExecutor fuzzing a simple binary