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

detect bad fuzzing #31

Open
fuzzah opened this issue Oct 9, 2023 · 1 comment
Open

detect bad fuzzing #31

fuzzah opened this issue Oct 9, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@fuzzah
Copy link
Member

fuzzah commented Oct 9, 2023

It would be good to detect the following situations and bail with bad exit code:

  1. No fuzz stats for some time after beginning to fuzz. Note: for AFL++ there are no stats until the initial corpus was loaded, which on some binaries can take more than 30 minutes.
  2. Bad coverage generated, e.g. 0% coverage.
  3. Bad report generated, e.g. 0 fuzz instances, blank screenshots, 0% coverage, ...
  4. Something else?
@fuzzah fuzzah added enhancement New feature or request good first issue Good for newcomers labels Oct 9, 2023
@fuzzah
Copy link
Member Author

fuzzah commented Oct 27, 2023

Something else:
4. Detect fuzzers being stopped by OOM-killer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant