about summary refs log tree commit diff
path: root/src/afl-fuzz-mutators.c
AgeCommit message (Expand)Author
2020-06-25remove radamsa, add radamsa custom mutatorvan Hauser
2020-06-12switch to faster and better hash + randomvan Hauser
2020-05-15removed overlooked post_lib references, added post_lib examples to examples/c...van Hauser
2020-05-13code-format and slight -S/-M modificationsvan Hauser
2020-05-13Add post library API as custom mutator and rename pre_saverish9101
2020-05-12enforce mandatary custom functionsvan Hauser
2020-05-12fix custom mutators and add real test casesvan Hauser
2020-05-09custom mutator code enhancements and code-formatvan Hauser
2020-05-08Support multiple custom mutators (#282)Rishi Ranjan
2020-04-20code formatDominik Maier
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-16libradamsa fixDominik Maier
2020-04-16renamed duplicated func namesDominik Maier
2020-04-14unified forkservered run_target, fixes #308Dominik Maier
2020-04-11more refactoring and update changelogvan Hauser
2020-04-11refactored cmplogDominik Maier
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
2020-04-01code formatDominik Maier
2020-04-01rebaseDominik Maier
2020-04-01code formatDominik Maier
2020-04-01error handling for custom mutatorsDominik Maier
2020-04-01tiny changes in custom mut apiDominik Maier
2020-04-01more custom mutator remodellingDominik Maier
2020-04-01added nullptr fix by h1994stDominik Maier
2020-03-27more apiDominik Maier
2020-03-27edited custom mutator pre_save apiDominik Maier
2020-03-27code formatDominik Maier
2020-03-27fixed call of custom mutatorsDominik Maier
2020-03-23custom mutators might work again like thisDominik Maier
2020-03-23unsaferDominik Maier
2020-03-23less branches, cleanupDominik Maier
2020-03-21renamed UB to rand_belowDominik Maier
2020-03-21moved string formatting to headerDominik Maier
2020-03-19no more (?) staticsDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-09fixed numerous leaksDominik Maier
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
2020-03-09more code formatvan Hauser
2020-03-07Add two new hooks for the custom mutatorh1994st
2020-03-07solve linking error when python is not availableAndrea Fioraldi
2020-03-07custom havoc mutationAndrea Fioraldi
2020-03-03Finish refactoring APIs for the custom mutator and Python moduleh1994st
2020-03-02Refactoring `fuzz_py` APIh1994st
2020-03-02Uniform API for both Python and custom mutatorh1994st
2020-03-02Add new APIs for the custom mutatorh1994st