2021-02-08 21:35:54 +01:00
2021-02-08 21:35:54 +01:00
2021-02-05 01:06:07 +01:00
2021-02-05 00:33:33 +01:00
2020-12-17 18:24:00 +01:00
2021-02-03 04:11:41 +01:00

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
No description provided
Readme 418 MiB
Languages
Rust 68.8%
C 26.3%
C++ 3%
Python 0.9%
Shell 0.5%
Other 0.3%