about summary refs log tree commit diff
path: root/docs/custom_mutator.md
AgeCommit message (Collapse)Author
2020-03-04Update examples of the custom mutatorh1994st
- Merge `examples/python_mutators` into `examples/custom_mutators` - Remove `examples/python_mutators` - Update existing examples to demonstrate new APIs
2020-03-03Fix typoh1994st
2020-03-03Update the documents of the custom mutatorh1994st
- Merge python_mutators.md into custom_mutator.md - Remove python_mutators.md
2020-03-03Finish refactoring APIs for the custom mutator and Python moduleh1994st
- Remove AFL_PYTHON_ONLY (env) and python_only (variable) - Unify fuzz API of the custom mutator and Python module - Merge the custom mutator into the old python_stage, which is now renamed to custom_mutator_stage
2020-02-28more examples for README and custom_mutator READMEvan Hauser
2020-02-03move custom and pythoon mutators examples into examples/Andrea Fioraldi
2020-02-03update a bit the docAndrea Fioraldi