Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-31 | starting shmap support for unicorn | Dominik Maier | |
2020-05-10 | Illumos biuld fix (#357) | David CARLIER | |
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 | fix plot_data output and code-format | van Hauser | |
2020-04-14 | code format | Dominik Maier | |
2020-04-14 | unified forkservered run_target, fixes #308 | Dominik Maier | |
2020-04-14 | fixed #317 | Dominik Maier | |
2020-04-14 | code format | Andrea Fioraldi | |
2020-04-13 | code format | Dominik Maier | |
2020-04-13 | fixed uaf and warnings | Dominik Maier | |
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-11 | fix -E/-V | van Hauser | |
2020-04-11 | Autodictionary (#309) | 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 * better map transfer, display snapshot in UI * update readme | |||
2020-04-11 | refactored cmplog | 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-10 | resize fix + code format | Dominik Maier | |
2020-04-09 | one more include move | van Hauser | |
2020-04-09 | fix compilation in OpenBSD | hexcoder- | |
2020-04-09 | code format, small improvements | van Hauser | |
2020-04-09 | fix UI bug for bit flip yields | van Hauser | |
2020-04-09 | small enhancements and code-format | van Hauser | |
2020-04-01 | fixed bug in cmplog | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | less allocs | Dominik Maier | |
2020-03-27 | more api | Dominik Maier | |
2020-03-27 | Code Format (#275) | Rishi Ranjan | |
2020-03-27 | code format | Dominik Maier | |
2020-03-23 | unsafer | Dominik Maier | |
2020-03-23 | more fixes and code-format | van Hauser | |
2020-03-23 | less branches, cleanup | Dominik Maier | |
2020-03-22 | little performance enhancements | van Hauser | |
2020-03-21 | moved string formatting to header | Dominik Maier | |
2020-03-21 | adjusted int_bufs | Dominik Maier | |
2020-03-20 | added llvm_mode ngram coverage | van Hauser | |
2020-03-20 | expose cycles_wo_finds in fuzzer_stats | van Hauser | |
2020-03-20 | add RARE schedule. also fixes doc_path | van Hauser | |
2020-03-19 | no more (?) statics | Dominik Maier | |
2020-03-19 | code format | Dominik Maier | |
2020-03-19 | 50% less globals | Dominik Maier | |
2020-03-17 | fixed segfault on early bailout | Dominik Maier | |
2020-03-15 | print a completed UI screen on exit without bugs :) | van Hauser | |
2020-03-15 | fix errors in last commit (u8)afl_get_env | van Hauser | |
2020-03-15 | Move afl-fuzz related env variables into afl_state_t (#252) | Rishi Ranjan | |
* Move afl-fuzz related env variables into afl_state_t * Move the env variables assignment from fuzz_init and code Format * Fix typo * Remove redundant env variables from afl_env struct * Rename function to read_afl_environment | |||
2020-03-15 | fauxserver | Dominik Maier | |
2020-03-11 | honor afl_quiet on env var checks + code-format | 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 |