-
-
Notifications
You must be signed in to change notification settings - Fork 367
Add MutatedTransform to the input type for tmin & push mutational stage #1251
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
Comments
I would like to contribute to it. Can you please explain to me in some detail, what you need me to do, and provide any starting references/resources that can help in contributing, if any? |
Sorry , But I could not find |
I have been investigating this issue and reading related codes these days. The The modifications to the mutational stage in the commit serves as a good reference. Previously, you get the testcase from the corpus, then convert it into input, mutate it using mutators, and execute it. Now with For example, For any other types that do not need such a mechanism, there is a reflexive definition that implements |
) (#1971) * Support `MutatedTransform` in `TMinMutationalStage`. * Run `MutatedTransformPost` for the replaced testcase. * Add clone trait bound for `MutatedTransformPost`. * Return an error instead of using unwrap.
like this
LibAFL/libafl/src/stages/mutational.rs
Line 97 in c8c5d89
in mutational stage
The text was updated successfully, but these errors were encountered: