about summary refs log tree commit diff
path: root/docs/custom_mutators.md
AgeCommit message (Collapse)Author
2022-11-14custom_send examplevanhauser-thc
2022-11-11afl_custom_fuzz_send addedvanhauser-thc
2022-11-01remove python2 referencevanhauser-thc
2022-09-27Fix docs for fuzz_count in pythonDominik Maier
2022-07-19fix custom mutator examplesvanhauser-thc
2022-07-19post_process 0/NULL return supportvanhauser-thc
2021-12-05Fix various missed issues - 1st runllzmb
2021-12-04Add missing blank lines and remove double blank linesllzmb
2021-12-04Fix typos - 2nd runllzmb
2021-12-04Fix line length and formattingllzmb
2021-12-02Fix punctuation in connection with "e.g."llzmb
2021-12-02Fix punctuation in connection with "however"llzmb
2021-12-02Remove the word "we"llzmb
2021-12-02Fix spelling of words related to "build"llzmb
2021-12-02Change "AFL" to "AFL++"llzmb
2021-12-02Remove the word "please"llzmb
2021-11-21Clean up docs folderllzmb
2021-08-08Change 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-20Merge pull request #1034 from AFLplusplus/grammatronvan Hauser
Grammatron
2021-07-11update custom trimvanhauser-thc
2021-07-09port custom mutator changesvanhauser-thc
2021-06-01fix docsvanhauser-thc
2021-05-25tweaksvanhauser-thc
2021-04-26moved custom_mutator examplesDominik Maier
2021-03-26Update custom_mutators.mdYong-Hao Zou
2021-02-27custom 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-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