Skip to content
#

afl

Here are 108 public repositories matching this topic...

AFLplusplus
atrosinenko
atrosinenko commented Jan 6, 2022

When the computer is suspended during a fuzzing session, the time spent in suspended state is counted as a "run time" on a statistics screen. In case fuzzing was running for several hours and then the computer was suspended for several more hours, on one hand I would prefer not restarting the session, on the other hand, now it may be harder to tell how well a harness performs (corpus count vs. run

help wanted good first issue
andreafioraldi
andreafioraldi commented Apr 14, 2022

libafl_sugar it is a crate that should provide ready-to-use fuzzers configurable with a builder pattern.
We have a collection of fuzzers in https://github.com/AFLplusplus/libafl_fuzzbench, would be cool to have them (or ast least the most importants, like generic or nautilus) integrated into libafl_sugar replacing the restarter events manager with a Launcher (like the fuzzers already in libafl_su

enhancement good first issue

Improve this page

Add a description, image, and links to the afl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the afl topic, visit your repo's landing page and select "manage topics."

Learn more