Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-29 | remove dead code, code-format | van Hauser | |
2020-07-26 | remove test input mutation in havoc | van Hauser | |
2020-07-24 | massage chances | van Hauser | |
2020-07-24 | better text mutation | van Hauser | |
2020-07-23 | fix compilation | van Hauser | |
2020-07-22 | fix bugs | Andrea Fioraldi | |
2020-07-22 | epand havoc now env | Andrea Fioraldi | |
2020-07-21 | added andrea's splicing, added cycle_schedules | van Hauser | |
2020-07-16 | queue buffer and new splice havoc mutation | Andrea Fioraldi | |
2020-06-29 | Revert "Merge branch 'text_inputs' into dev" | root | |
This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b. | |||
2020-06-29 | Merge branch 'text_inputs' into dev | van Hauser | |
2020-06-26 | original fix for calibration error | Andrea Fioraldi | |
2020-06-25 | remove radamsa, add radamsa custom mutator | van Hauser | |
2020-06-22 | Added rand, hash unittests | Dominik Maier | |
2020-06-22 | further refinement | van Hauser | |
2020-06-19 | first commit, looks good | van Hauser | |
2020-06-15 | switched to new MOpt dictionary support | van Hauser | |
2020-06-15 | improve performance for default power schedule | van Hauser | |
2020-06-15 | code format | Dominik Maier | |
2020-06-15 | fixed potential bugs | Dominik Maier | |
2020-06-12 | switch to faster and better hash + random | van Hauser | |
2020-06-12 | fix warnings | van Hauser | |
2020-06-12 | added MOpt dictionary support from repo | van Hauser | |
2020-06-03 | code format | van Hauser | |
2020-06-02 | got rid of questionable phrasing | Dominik Maier | |
2020-05-27 | code format | van Hauser | |
2020-05-27 | fix MOPT implementation flaws in core fuzzing | arnow117 | |
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-16 | hunting non-static functions | Dominik Maier | |
2020-04-14 | unified forkservered run_target, fixes #308 | Dominik Maier | |
2020-04-14 | code format | Andrea Fioraldi | |
2020-04-14 | solve conflicts | Andrea Fioraldi | |
2020-04-14 | solve conflicts | Andrea Fioraldi | |
2020-04-14 | cmplog is now better | Andrea Fioraldi | |
2020-04-13 | fixed uaf and warnings | Dominik Maier | |
2020-04-13 | allow -L -1 to enable mopt in parallel to classic mutation | van Hauser | |
2020-04-12 | Better solution for ARM64 build fix (#315) | David CARLIER | |
2020-04-12 | build on arm64 fix. tested on Android. (#313) | David CARLIER | |
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-01 | reenabled custom mutator report | Dominik Maier | |
2020-04-01 | fixed example | Dominik Maier | |
2020-04-01 | afl-fuzz-one.c: minor update | h1994st | |
2020-04-01 | Fix heap allocation bug | h1994st | |
- Reason: `afl->out_size` is not consistent with the actual allocation of `afl->out_buf`. The deleted line in `src/afl-fuzz-one.c` may change `afl->out_size`, but `afl->out_buf` is not changed | |||
2020-04-01 | tiny changes in custom mut api | Dominik Maier | |
2020-04-01 | more custom mutator remodelling | Dominik Maier | |
2020-04-01 | fixed leak | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | almost | Dominik Maier | |