Implement a proper interface for stateful fuzzing #26
Seelengrab
started this conversation in
Design & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the way to do stateful fuzzing is very ad-hoc and relies on good problem modeling skills to generate good sequences of operations.
This feature should:
mutable struct
which is modified by the various operations one can do)(task, action_taken, time)
in some form.Beta Was this translation helpful? Give feedback.
All reactions