Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-08 | typos/wording | hexcoder- | |
2020-12-04 | added python mutator, documentation | Dominik Maier | |
2020-12-01 | renamed examples/ to utils/ | vanhauser-thc | |
2020-11-18 | Use buffer protocol to retrieve result from python post_process (#605) | Dustin Spicuzza | |
Saves an extra copy, gives post processing functions more flexibility | |||
2020-11-10 | support custom mutator introspection | van Hauser | |
2020-10-13 | fix custom mutator doc | van Hauser | |
2020-08-31 | rewrite documentation | van Hauser | |
2020-08-24 | added afl_custom_fuzz_count | van Hauser | |
2020-07-16 | Fix typo | h1994st | |
2020-05-15 | added critical whitespace | Dominik Maier | |
2020-05-13 | Add post library API as custom mutator and rename pre_save | rish9101 | |
2020-05-12 | missing env var | van Hauser | |
2020-05-12 | enforce mandatary custom functions | van Hauser | |
2020-05-10 | Specify usage of multiple custom mutators | rish9101 | |
2020-05-09 | Update docs and Changelog for custom_mutators (#355) | Rishi Ranjan | |
2020-04-01 | tiny fixes | Dominik Maier | |
2020-04-01 | mutator docs | Dominik Maier | |
2020-04-01 | merged dev | Dominik Maier | |
2020-03-27 | more api | Dominik Maier | |
2020-03-27 | edited custom mutator pre_save api | Dominik Maier | |
2020-03-10 | document new environment variables and code format | van Hauser | |
2020-03-08 | mark AFL_PYTHON_ONLY deprecated | van Hauser | |
2020-03-07 | Add two new hooks for the custom mutator | h1994st | |
- `afl_custom_queue_get` and `afl_custom_queue_new_entry` - Update the corresponding document and examples | |||
2020-03-07 | custom havoc mutation | Andrea Fioraldi | |
2020-03-04 | Update examples of the custom mutator | h1994st | |
- Merge `examples/python_mutators` into `examples/custom_mutators` - Remove `examples/python_mutators` - Update existing examples to demonstrate new APIs |