Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-08 | Change afl to AFL in *.md (#1057) | llzmb | |
Changes in *.md files: - afl++ > AFL++ (acronym) - afl > AFL (compare https://github.com/google/AFL) Excluded from changes: - source code - function names - paths (folder and file names) - URLs | |||
2021-07-20 | Merge pull request #1034 from AFLplusplus/grammatron | van Hauser | |
Grammatron | |||
2021-07-11 | update custom trim | vanhauser-thc | |
2021-07-09 | port custom mutator changes | vanhauser-thc | |
2021-06-01 | fix docs | vanhauser-thc | |
2021-05-25 | tweaks | vanhauser-thc | |
2021-04-26 | moved custom_mutator examples | Dominik Maier | |
2021-03-26 | Update custom_mutators.md | Yong-Hao Zou | |
2021-02-27 | custom mutator rust support (#752) | julihoh | |
* custom mutator rust support * clarify how to view documentation for rust mutators * remove `FuzzResult` hack and clarify lifetimes of CustomMutator::fuzz * rename TErr associated tyep to Error to be more idiomatic * fix warnings * add example for fallible custom mutator * make Fallible Custom Mutator the default and implement it's handle_err method by default * rename CustomMutator::handle_err to handle_error * add example mutator using lain | |||
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 |