Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-27 | AFL_CUSTOM_MUTATOR_LATE_SEND added | vanhauser-thc | |
2024-05-13 | post_process after trim | vanhauser-thc | |
2024-01-11 | docs(custom_mutators): fix missing ':' (#1953) | Xeonacid | |
2023-12-25 | Use ../ instead | Xeonacid | |
2023-12-25 | Fix custom_send link | Xeonacid | |
Add a leading '/' to walk in the repo root instead of current dir. | |||
2023-11-09 | Fix possible doc inconsistency for custom mutator's queue_get function. | Manuel Carrasco | |
2023-06-08 | enhance custom mutator docs | vanhauser-thc | |
2023-05-10 | better tritondse support | vanhauser-thc | |
2023-04-13 | fix attempt at post_process implementation | vanhauser-thc | |
2023-01-19 | lots of fixes | vanhauser-thc | |
2023-01-18 | autotoken: splicing; splice_optout | vanhauser-thc | |
2022-11-14 | custom_send example | vanhauser-thc | |
2022-11-11 | afl_custom_fuzz_send added | vanhauser-thc | |
2022-11-01 | remove python2 reference | vanhauser-thc | |
2022-09-27 | Fix docs for fuzz_count in python | Dominik Maier | |
2022-07-19 | fix custom mutator examples | vanhauser-thc | |
2022-07-19 | post_process 0/NULL return support | vanhauser-thc | |
2021-12-05 | Fix various missed issues - 1st run | llzmb | |
2021-12-04 | Add missing blank lines and remove double blank lines | llzmb | |
2021-12-04 | Fix typos - 2nd run | llzmb | |
2021-12-04 | Fix line length and formatting | llzmb | |
2021-12-02 | Fix punctuation in connection with "e.g." | llzmb | |
2021-12-02 | Fix punctuation in connection with "however" | llzmb | |
2021-12-02 | Remove the word "we" | llzmb | |
2021-12-02 | Fix spelling of words related to "build" | llzmb | |
2021-12-02 | Change "AFL" to "AFL++" | llzmb | |
2021-12-02 | Remove the word "please" | llzmb | |
2021-11-21 | Clean up docs folder | llzmb | |
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 | |