about summary refs log tree commit diff
path: root/docs/custom_mutators.md
AgeCommit message (Collapse)Author
2024-06-27AFL_CUSTOM_MUTATOR_LATE_SEND addedvanhauser-thc
2024-05-13post_process after trimvanhauser-thc
2024-01-11docs(custom_mutators): fix missing ':' (#1953)Xeonacid
2023-12-25Use ../ insteadXeonacid
2023-12-25Fix custom_send linkXeonacid
Add a leading '/' to walk in the repo root instead of current dir.
2023-11-09Fix possible doc inconsistency for custom mutator's queue_get function.Manuel Carrasco
2023-06-08enhance custom mutator docsvanhauser-thc
2023-05-10better tritondse supportvanhauser-thc
2023-04-13fix attempt at post_process implementationvanhauser-thc
2023-01-19lots of fixesvanhauser-thc
2023-01-18autotoken: splicing; splice_optoutvanhauser-thc
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