Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-09 | step 1 | van Hauser | |
2020-08-08 | Add support for specific custom mutator name | murx- | |
2020-08-05 | fix short write | van Hauser | |
2020-08-05 | silly rand_below_datalen fix | van Hauser | |
2020-08-04 | new rand mode for data offsets that prefer low offset values | van Hauser | |
2020-07-31 | Haiku set explicitly to performance. | David Carlier | |
No command line to set through afl-system-config (the only one is a GUI). | |||
2020-07-30 | add -b option to afl-fuzz | van Hauser | |
2020-07-29 | Merge branch 'dev' into text_inputs | van Hauser | |
2020-07-26 | add last 60s exec/s stat | van Hauser | |
2020-07-24 | better text mutation | van Hauser | |
2020-07-24 | add -F option to sync to foreign fuzzer queues | van Hauser | |
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-25 | remove radamsa, add radamsa custom mutator | van Hauser | |
2020-06-25 | add seek power schedule, remove update stats in calibration, fix help output | van Hauser | |
2020-06-22 | Added rand, hash unittests | Dominik Maier | |
2020-06-19 | first commit, looks good | van Hauser | |
2020-06-16 | fix for *BSD: remove all HAVE_ARC4RANDOM dependencies | hexcoder- | |
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-14 | Porting to Haiku. | David Carlier | |
getrusage does not implement resident memory gathering, no shm api neither. | |||
2020-06-12 | switch to faster and better hash + random | van Hauser | |
2020-06-10 | start of illumos cpu binding implementation. | David Carlier | |
The current user needs the proc_owner permission, not something doable via the settings script. | |||
2020-06-02 | got rid of questionable phrasing | Dominik Maier | |
2020-05-31 | starting shmap support for unicorn | Dominik Maier | |
2020-05-25 | persistent mode: shared memory test case transfer | van Hauser | |
2020-05-15 | removed overlooked post_lib references, added post_lib examples to ↵ | van Hauser | |
examples/custom_mutators | |||
2020-05-15 | change: slaves only sync from masters | van Hauser | |
2020-05-14 | deprecated AFL_POST_LIBRARY | van Hauser | |
2020-05-13 | code-format and slight -S/-M modifications | van Hauser | |
2020-05-13 | Fix bugs, remove intial post library test | rish9101 | |
2020-05-13 | Add post library API as custom mutator and rename pre_save | rish9101 | |
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-10 | Illumos biuld fix (#357) | David CARLIER | |
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-26 | refactored global lists | Dominik Maier | |
2020-04-20 | switched to clang-format-10 | van Hauser | |
2020-04-19 | clang-tidy readability-braces (#323) | Dominik Maier | |
2020-04-17 | unused var | 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 | remove unnecessary map_size variables | van Hauser | |
2020-04-17 | forgot MAP_SIZE for afl struct maps | van Hauser | |
2020-04-17 | added AFL_MAP_SIZE (wip) | van Hauser | |