about summary refs log tree commit diff
path: root/docs/custom_mutators.md
AgeCommit message (Collapse)Author
2020-12-08typos/wordinghexcoder-
2020-12-04added python mutator, documentationDominik Maier
2020-12-01renamed examples/ to utils/vanhauser-thc
2020-11-18Use buffer protocol to retrieve result from python post_process (#605)Dustin Spicuzza
Saves an extra copy, gives post processing functions more flexibility
2020-11-10support custom mutator introspectionvan Hauser
2020-10-13fix custom mutator docvan Hauser
2020-08-31rewrite documentationvan Hauser
2020-08-24added afl_custom_fuzz_countvan Hauser
2020-07-16Fix typoh1994st
2020-05-15added critical whitespaceDominik Maier
2020-05-13Add post library API as custom mutator and rename pre_saverish9101
2020-05-12missing env varvan Hauser
2020-05-12enforce mandatary custom functionsvan Hauser
2020-05-10Specify usage of multiple custom mutatorsrish9101
2020-05-09Update docs and Changelog for custom_mutators (#355)Rishi Ranjan
2020-04-01tiny fixesDominik Maier
2020-04-01mutator docsDominik Maier
2020-04-01merged devDominik Maier
2020-03-27more apiDominik Maier
2020-03-27edited custom mutator pre_save apiDominik Maier
2020-03-10document new environment variables and code formatvan Hauser
2020-03-08mark AFL_PYTHON_ONLY deprecatedvan Hauser
2020-03-07Add two new hooks for the custom mutatorh1994st
- `afl_custom_queue_get` and `afl_custom_queue_new_entry` - Update the corresponding document and examples
2020-03-07custom havoc mutationAndrea Fioraldi
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