Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-28 | simplify u64 | van Hauser | |
2020-05-27 | fix 64bit support for powerpc, risc, etc. | van Hauser | |
2020-05-25 | persistent mode: shared memory test case transfer | van Hauser | |
2020-05-15 | fix possible null ptr deref in afl-prealloc.h | hexcoder- | |
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-15 | v2.65d init | van Hauser | |
2020-05-15 | v2.65c | 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-11 | bigger initial map when LTO | van Hauser | |
2020-05-10 | final code-format fixes, remove test-multiple-mutators when done | van Hauser | |
2020-05-10 | hopefully final fixes from code-format disaster :-( | 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 | code-format | van Hauser | |
2020-05-10 | Illumos biuld fix (#357) | David CARLIER | |
2020-05-09 | qemu_mode: make building warning free | hexcoder- | |
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-30 | afl-untracer completed | van Hauser | |
2020-04-26 | moved defines to type | van Hauser | |
2020-04-26 | refactored global lists | Dominik Maier | |
2020-04-25 | Android supports arc4 api. | David Carlier | |
2020-04-24 | variable map size fix, error reporting through forkserver, code format | van Hauser | |
2020-04-20 | add line | van Hauser | |
2020-04-20 | double include removed | Dominik Maier | |
2020-04-20 | android ashmem fix | 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 | v2.64d init | van Hauser | |
2020-04-17 | headers for clang-tidy | 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 | refactoring getting the map size | van Hauser | |
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 | |
2020-04-16 | removed redundent funcs | Dominik Maier | |
2020-04-16 | hunting non-static functions | Dominik Maier | |
2020-04-16 | renamed duplicated func names | Dominik Maier | |
2020-04-16 | decoupled run and classify | Dominik Maier | |
2020-04-16 | fixed timeout flag to u32 | Dominik Maier | |
2020-04-15 | somewhat unified write_to_testcase | Dominik Maier | |
2020-04-15 | changed run_target | Dominik Maier | |
2020-04-14 | code format | Dominik Maier | |