Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-13 | fix typos | van Hauser | |
2020-06-12 | code-format killed the compilation | van Hauser | |
2020-06-12 | code-format killed the compilation | van Hauser | |
2020-06-12 | fix for checksums | van Hauser | |
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-08 | Merge pull request #396 from Kyle-Kyle/master | hexcoder | |
fix a fundamental bug: favor random branches | |||
2020-06-07 | fix a fundamental bug: favor random branch randomly | Kyle ZENG | |
2020-06-04 | fix cmplog for shmem persistent mode | van Hauser | |
2020-06-03 | switch shmem_len to the map | van Hauser | |
2020-06-02 | got rid of questionable phrasing | Dominik Maier | |
2020-05-31 | starting shmap support for unicorn | Dominik Maier | |
2020-05-30 | comment | Dominik Maier | |
2020-05-30 | reverted extendended read_timed | Dominik Maier | |
2020-05-30 | corrected read_timed for values > 4 | Dominik Maier | |
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 | |