Open Arcticae opened 7 months ago
Blocked by #1431
From #2108
Which components does the task require to be changed? (think hard pls) snforge
Description Based off the conception in the design doc for fuzzing, we should define the interfaces first and then implement accordingly
This should be a trait, which allows the user to implement the trait on their structure to be fuzzed automatically It should be similar in concept to the rust's arbitrary
Which components does the task require to be changed? (think hard pls)
snforge
Description
Implement the new fuzzer architecture utilising plugins as outlined in "New fuzzing architecture" design doc.