about summary refs log tree commit diff
path: root/src/afl-fuzz-python.c
AgeCommit message (Expand)Author
2024-12-03Implement AFLRunHuanyao Rong
2023-01-03welcome 2023vanhauser-thc
2022-11-14fix warningsvanhauser-thc
2022-11-11afl_custom_fuzz_send addedvanhauser-thc
2022-07-19post_process 0/NULL return supportvanhauser-thc
2022-07-12clang format 14vanhauser-thc
2022-06-28added back missing memcpy to python mutatorsDominik Maier
2022-06-28Python mutators: Gracious error handling for illegal return type (#1464)Dominik Maier
2022-01-01welcome 2022vanhauser-thc
2021-11-06http->httpsvanhauser-thc
2021-08-10remove outdated referencesvanhauser-thc
2021-08-10Merge pull request #1063 from wxyxsx/stablevan Hauser
2021-08-10Update afl-fuzz-python.cwxyxsx
2021-07-09fixesvanhauser-thc
2021-05-30final push to stable (really?) (#939)van Hauser
2021-05-25tweaksvanhauser-thc
2020-12-04added python mutator, documentationDominik Maier
2020-11-18Use buffer protocol to retrieve result from python post_process (#605)Dustin Spicuzza
2020-11-18fixed alloc errors, code formatDominik Maier
2020-11-14Actually make python 'fuzz' method optionalDustin Spicuzza
2020-11-13more small fixeshexcoder-
2020-11-10support custom mutator introspectionvan Hauser
2020-08-24make py functions as optional as they are in the docvan Hauser
2020-08-24fix python implementation for new functionvan Hauser
2020-08-24added afl_custom_fuzz_countvan Hauser
2020-08-18Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505)Dominik Maier
2020-08-07enabled Wextra, fixed bugsDominik Maier
2020-05-13code-format and slight -S/-M modificationsvan Hauser
2020-05-13Fix previous commit bugsrish9101
2020-05-13Add post library API as custom mutator and rename pre_saverish9101
2020-05-12enforce mandatary custom functionsvan Hauser
2020-05-12new code formatting + appliedvan Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, rever...van Hauser
2020-05-10fix warning, code formatvan Hauser
2020-05-09custom mutator code enhancements and code-formatvan Hauser
2020-05-08Support multiple custom mutators (#282)Rishi Ranjan
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-17fix plot_data output and code-formatvan Hauser
2020-04-16hunting non-static functionsDominik Maier
2020-04-01python mutator: fix nullptr for python mutator datah1994st
2020-04-01Fix invalid memory access bug in `afl_custom_pre_save` of example.ch1994st
2020-04-01error handling for custom mutatorsDominik Maier
2020-04-01tiny changes in custom mut apiDominik Maier
2020-04-01alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow checkhexcoder-
2020-04-01more custom mutator remodellingDominik Maier
2020-03-27more apiDominik Maier
2020-03-27edited custom mutator pre_save apiDominik Maier
2020-03-27code formatDominik Maier
2020-03-23custom mutators might work again like thisDominik Maier
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser