Skip to content

Conversation

@louismerlin
Copy link
Collaborator

@louismerlin louismerlin commented Oct 12, 2023

In this PR I'll add a third fuzzer to our roster: LibAFL.

I'll start by making it very simple and include corpus sharing and basic monitoring.

In the future, we also want users to bring their own LibAFL-based fuzzer to add to the roster; technical details are still a bit fuzzy but I think we can get there. This will be done in another PR.

  • LibAFL fuzzer that gets launched alongside the others
  • Basic monitoring
  • Multi-threaded
  • Corpus sharing
  • Dictionary
  • Input size limit
  • Timeout
  • Coverage monitoring
  • Fix coverage (MAX_EDGES_NUM is too high)
  • Fix flickering (push to String then print)
  • Add --libafl, --afl, --honggfuzz flags

Partially addresses #34.

@louismerlin louismerlin self-assigned this Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants