rust-fuzz / libfuzzer

Rust bindings and utilities for LLVM’s libFuzzer
Apache License 2.0
206 stars 44 forks source link

Is there an equivalent of `afl-clang-fast` in `libfuzzer-sys` for instrumenting my own fuzzer? #108

Open extf33 opened 1 year ago

extf33 commented 1 year ago

Is there an equivalent of afl-clang-fast within libfuzzer-sys?

afl-clang-fast test.c -o test

I would like to develop my own fuzzer and utilize libfuzzer-sys solely for instrumentation.