Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LibAFL #73

Draft
wants to merge 33 commits into
base: main
Choose a base branch
from
Draft

Add LibAFL #73

wants to merge 33 commits into from

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.

2 participants