Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-20 | fix ascii percentage calc | van Hauser | |
2020-06-20 | fix ascii percentage calc | van Hauser | |
2020-06-19 | first commit, looks good | van Hauser | |
2020-06-15 | improve performance for default power schedule | van Hauser | |
2020-06-02 | got rid of questionable phrasing | Dominik Maier | |
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 | little more speed for queue analysis | van Hauser | |
2020-04-17 | removed tmp alloc in queue | Dominik Maier | |
2020-04-17 | added AFL_MAP_SIZE (wip) | van Hauser | |
2020-04-14 | unified forkservered run_target, fixes #308 | Dominik Maier | |
2020-04-13 | fixed uaf and warnings | Dominik Maier | |
2020-04-10 | LTO optimization, variable map size, autodictionary (#307) | van Hauser | |
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo | |||
2020-04-09 | fix limits.h include | van Hauser | |
2020-04-09 | fix compilation in OpenBSD | hexcoder- | |
2020-04-09 | code format, small improvements | van Hauser | |
2020-04-09 | no random timing for -s fixed_seed | van Hauser | |
2020-04-01 | next_p2 replaced by next_pow2 | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | not allocating paths anymore | Dominik Maier | |
2020-03-27 | code format | Dominik Maier | |
2020-03-27 | fixed call of custom mutators | Dominik Maier | |
2020-03-20 | add RARE schedule. also fixes doc_path | van Hauser | |
2020-03-19 | code format | Dominik Maier | |
2020-03-19 | 50% less globals | Dominik Maier | |
2020-03-17 | added mmopt power schedule | 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-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-01-20 | fixed Heiko's global search-replace :) | van Hauser | |
2019-12-31 | v2.60d and year 2020 init | van Hauser | |
2019-10-19 | Remove lcamtuf's old email from Google (not valid anymore), also remove ↵ | hexcoder- | |
maintainance from him. | |||
2019-09-04 | fix typo in custom format | Andrea Fioraldi | |
2019-09-04 | credits and license header for src/* and include/* | Andrea Fioraldi | |
2019-09-02 | run code formatter | Andrea Fioraldi | |
2019-09-02 | afl-fuzz.c completely splitted | Andrea Fioraldi | |
2019-09-02 | afl-fuzz-src/* -> src/afl-fuzz* rename | van Hauser | |