LibAFL, the fuzzer library.
Example usages
We collect example fuzzers in ./examples
.
The best-tested fuzzer is ./fuzzers/libfuzzer_libpng
, a clone of libfuzzer using libafl for a libpng harness.
How to perf:
perf record -e task-clock ./PROGRAM
perf report --stdio --dsos=PROGRAM
rm perf.data
Description
Languages
Rust
68.8%
C
26.3%
C++
3%
Python
0.9%
Shell
0.5%
Other
0.3%