Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-04 | added python mutator, documentation | Dominik Maier | |
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-18 | fixed alloc errors, code format | Dominik Maier | |
2020-11-14 | Actually make python 'fuzz' method optional | Dustin Spicuzza | |
At some point mutator->afl_custom_fuzz was allowed to be NULL, so do that instead of crashing | |||
2020-11-13 | more small fixes | hexcoder- | |
2020-11-10 | support custom mutator introspection | van Hauser | |
2020-08-24 | make py functions as optional as they are in the doc | van Hauser | |
2020-08-24 | fix python implementation for new function | van Hauser | |
2020-08-24 | added afl_custom_fuzz_count | van Hauser | |
2020-08-18 | Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505) | Dominik Maier | |
* maybe_grow takes a single ptr * fixed use_deflate * reworked maybe_grow_bufsize * helper to access underlying buf * remove redundant realloc_block * code format * fixes * added unit tests * renamed maybe_grow to afl_realloc * BUF_PARAMS -> AFL_BUF_PARAM | |||
2020-08-07 | enabled Wextra, fixed bugs | Dominik Maier | |
2020-05-13 | code-format and slight -S/-M modifications | van Hauser | |
2020-05-13 | Fix previous commit bugs | rish9101 | |
2020-05-13 | Add post library API as custom mutator and rename pre_save | rish9101 | |
2020-05-12 | enforce mandatary custom functions | van Hauser | |
2020-05-12 | new code formatting + applied | van Hauser | |
2020-05-10 | indenting preprocessor directives breaks compilation and cant be fixed, ↵ | van Hauser | |
reverting ... :-( | |||
2020-05-10 | fix warning, code format | van Hauser | |
2020-05-09 | custom mutator code enhancements and code-format | van Hauser | |
2020-05-08 | Support multiple custom mutators (#282) | Rishi Ranjan | |
* Make a list of custom mutators using env variable * Set up multiple custom mutators * Add destroy custom mutator and changes to load_custom_mutator * Use array instead of list, make changes to afl-fuzz-one for multiple mutators * Make change to fuzz-one custom_queue_get to support multiple mutators * Modify custom python mutator support * Fix bug * Fix missing afl->mutator->data * Revert to list with max count * Change custom_pre_save hook and code format * Free custom_mutator struct in the list * Add testcase for multiple custom mutators * Resolve merge conflict | |||
2020-04-19 | clang-tidy readability-braces (#323) | Dominik Maier | |
2020-04-17 | fix plot_data output and code-format | van Hauser | |
2020-04-16 | hunting non-static functions | Dominik Maier | |
2020-04-01 | python mutator: fix nullptr for python mutator data | h1994st | |
2020-04-01 | Fix invalid memory access bug in `afl_custom_pre_save` of example.c | h1994st | |
2020-04-01 | error handling for custom mutators | Dominik Maier | |
2020-04-01 | tiny changes in custom mut api | Dominik Maier | |
2020-04-01 | alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow check | hexcoder- | |
2020-04-01 | more custom mutator remodelling | Dominik Maier | |
2020-03-27 | more api | Dominik Maier | |
2020-03-27 | edited custom mutator pre_save api | Dominik Maier | |
2020-03-27 | code format | Dominik Maier | |
2020-03-23 | custom mutators might work again like this | Dominik Maier | |
2020-03-11 | honor afl_quiet on env var checks + code-format | van Hauser | |
2020-03-10 | unified pointer placement | Dominik Maier | |
2020-03-09 | code-format | van Hauser | |
2020-03-09 | AFL without globals (#220) | Dominik Maier | |
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz | |||
2020-03-09 | more code format | van Hauser | |
2020-03-08 | fix null ptr deferef in pre_save python mutator call | Andrea Fioraldi | |
2020-03-07 | Add two new hooks for the custom mutator | h1994st | |
- `afl_custom_queue_get` and `afl_custom_queue_new_entry` - Update the corresponding document and examples | |||
2020-03-07 | custom havoc mutation | Andrea Fioraldi | |
2020-03-03 | Finish refactoring APIs for the custom mutator and Python module | h1994st | |
- Remove AFL_PYTHON_ONLY (env) and python_only (variable) - Unify fuzz API of the custom mutator and Python module - Merge the custom mutator into the old python_stage, which is now renamed to custom_mutator_stage | |||
2020-03-02 | Refactoring `fuzz_py` API | h1994st | |
2020-03-02 | Add initialization funcation wrapper for Python mutator | h1994st | |
2020-03-02 | Uniform API for both Python and custom mutator | h1994st | |
2020-03-02 | Add new APIs for the custom mutator | h1994st | |
2020-02-21 | block the usage of mopt with optionals mutators (redqueen/radamsa/etc...) | Andrea Fioraldi | |
2020-01-20 | fixed Heiko's global search-replace :) | van Hauser | |
2019-12-31 | v2.60d and year 2020 init | van Hauser | |
2019-12-28 | code format | van Hauser | |