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

Cleanup of directory and existing state handling #15

Closed
senier opened this issue Jan 25, 2024 · 0 comments · Fixed by #31
Closed

Cleanup of directory and existing state handling #15

senier opened this issue Jan 25, 2024 · 0 comments · Fixed by #31

Comments

@senier
Copy link
Owner

senier commented Jan 25, 2024

The fuzzer does not seem to load previous state from the fuzzing directory. Nor does it load state from previous crashes directory.

Clean up the directory handling such that

  • An optional state directory file is passed to the fuzzer as separate argument
  • Known paths are loaded from state file on startup
  • If a state file was configured, the state is regularly saved to that file
  • The crashes directory is passed to the fuzzer as separate argument

Ref. #13
Related: #25

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 a pull request may close this issue.

1 participant