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

Custom mutators #9

Open
delcypher opened this issue Nov 25, 2017 · 0 comments
Open

Custom mutators #9

delcypher opened this issue Nov 25, 2017 · 0 comments

Comments

@delcypher
Copy link
Collaborator

Currently we just use LibFuzzer's built in mutation strategy. This is likely sub-optimal for several reasons.

  • LibFuzzer is unware of the structure of the data. We know where the free variables are what their sort is.
  • We could implement custom mutators based on the sort of a free variable. For example we could have IEEE-754 specific mutators that try flipping the sign, adjusting the exponent, adjusting the significand.
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

No branches or pull requests

1 participant