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 ability to perform less aggressive minimization #13

Closed
saelo opened this issue Mar 23, 2019 · 1 comment
Closed

Add ability to perform less aggressive minimization #13

saelo opened this issue Mar 23, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@saelo
Copy link
Collaborator

saelo commented Mar 23, 2019

It should be possible to configure the fuzzer to do less aggressive minimization, e.g. to only minimize programs up to a configurable minimum number of instructions. Over-minimization could have a negative impact on the fuzzer's performance as it might remove code that can later be mutated to trigger new behaviour/crashes.

@saelo
Copy link
Collaborator Author

saelo commented Mar 26, 2019

Implemented in d626580

@saelo saelo closed this as completed Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant