Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-14 | if target crashes add LTO fixed map as a possible reason | van Hauser | |
2020-05-14 | deprecated AFL_POST_LIBRARY | van Hauser | |
2020-05-13 | init/deinit need to be optional for post lib | van Hauser | |
2020-05-13 | fix GNUmakefile | van Hauser | |
2020-05-13 | code-format and slight -S/-M modifications | van Hauser | |
2020-05-13 | Fix previous commit bugs | rish9101 | |
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-13 | move has_new_bits for better performance | van Hauser | |
2020-05-12 | missing env var | van Hauser | |
2020-05-12 | enforce mandatary custom functions | van Hauser | |
2020-05-12 | fix custom mutators and add real test cases | van Hauser | |
2020-05-12 | new code formatting + applied | van Hauser | |
2020-05-12 | fix issue in describe_op showing time inside src | Andrea Fioraldi | |
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 | remove debug output | van Hauser | |
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-05-07 | added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument ↵ | van Hauser | |
single block functions | |||
2020-05-07 | fix static and profiling compilation and add profiling calculation | van Hauser | |
2020-05-03 | fix for afl-tmin -f | van Hauser | |
2020-05-02 | AFL_LLVM_SKIP_NEVERZERO added | van Hauser | |
2020-05-01 | code format | Dominik Maier | |
2020-04-30 | afl-untracer completed | van Hauser | |
2020-04-30 | afl-untracer - next step | van Hauser | |
2020-04-27 | better fix for showmap | van Hauser | |
2020-04-27 | better fix for showmap | van Hauser | |
2020-04-27 | fix for afl-showmap with -Q | van Hauser | |
2020-04-26 | fix negative stability bug (hopefully) | van Hauser | |
2020-04-26 | refactored global lists | Dominik Maier | |
2020-04-26 | map_size one liner | Dominik Maier | |
2020-04-26 | minor fixes | Dominik Maier | |
2020-04-24 | fix simple names | van Hauser | |
2020-04-24 | variable map size fix, error reporting through forkserver, code format | van Hauser | |
2020-04-23 | afl-gcc and afl-clang: fail when binary name can't be used to determine ↵ | Rick van Schijndel | |
build mode This is a continuation of PR #318. The goal is to prevent issues where binaries with the wrong name will silently pass control to the C compiler instead of failing. This makes it more explicit that aflplusplus relies on the name of the binary for correct compiler execution. | |||
2020-04-23 | fixed map location support for LTO | van Hauser | |
2020-04-22 | Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev | Andrea Fioraldi | |
2020-04-22 | fix sed errors in afl_shm_init when using mmap | Andrea Fioraldi | |
2020-04-20 | removed done todo | Dominik Maier | |
2020-04-20 | clang warning fixed | Dominik Maier | |
2020-04-20 | code format | Dominik Maier | |
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 | add missing limits.h include for PATH_MAX (OpenBSD) | hexcoder- | |
2020-04-17 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | hexcoder- | |
2020-04-17 | add AFL_NO_PYTHON to list of env variables | hexcoder- | |