Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-17 | add env var to help output | vanhauser-thc | |
2023-08-13 | nits | vanhauser-thc | |
2023-08-13 | Remove redundant comparison of `fav_factor` in `update_bitmap_score` | chinggg | |
`top_rated_fav_factor` was actually calculated twice, but only one calculation and comparison is needed. Since `fav_factor` > `top_rated_fav_factor` will always cause skip of current iteration, `else if (fuzz_p2 == top_rated_fuzz_p2)` is also redundant. | |||
2023-08-11 | add AFL_FINAL_SYNC | marc | |
2023-08-09 | code format | marc | |
2023-08-09 | Merge pull request #1821 from junwha0511/crashing-seeds-as-new-crash | van Hauser | |
Implement an option for treating crashing seeds as new crash | |||
2023-08-09 | Merge pull request #1829 from devnexen/fix_build_fuzzqueen | van Hauser | |
afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* calls | |||
2023-08-09 | -c - support | marc | |
2023-08-08 | afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* calls | David CARLIER | |
2023-08-04 | Add AFL_NYX_LOG to redirect NYX hprintf messages to a file. | Jesse Schwartzentruber | |
2023-08-04 | update the old nyx env var naming scheme | Sergej Schumilo | |
(to have a more consistent naming overall) | |||
2023-08-04 | Define AFL_CRASHING_SEEDS_AS_NEW_CRASH as env variable | Junwha | |
- and fix typo Signed-off-by: Junwha <qbit@unist.ac.kr> | |||
2023-08-04 | nits | vanhauser-thc | |
2023-08-03 | make nyx aux buffer size configurable | Sergej Schumilo | |
2023-08-02 | Add option for treating crashing input as new crash | Junwha | |
Signed-off-by: Junwha Hong <qbit@unist.ac.kr> | |||
2023-07-30 | Various fixes for warnings, extends #1818 | Dominik Maier | |
2023-07-30 | Fix format specifiers (#1818) | mark0 | |
* Update afl-mutations.h Fix bug: compilation cannot pass when DEBUG macro is enabled * Update afl-fuzz-one.c Fix bug: compilation cannot pass when DEBUG macro is enabled | |||
2023-07-28 | doc fix | vanhauser-thc | |
2023-07-28 | fix the file descriptor without determining null | mark0 | |
2023-07-23 | temp cmplog fixes | vanhauser-thc | |
2023-07-21 | improve cmplog level 3 | vanhauser-thc | |
2023-07-18 | take care of uninstrumented mode for fuzz state and mode | vanhauser-thc | |
2023-07-13 | Update afl-common.c typo | hexcoder | |
2023-07-12 | nits | vanhauser-thc | |
2023-07-10 | nits | vanhauser-thc | |
2023-07-07 | remove extra limits.h in afl-ld-lto for BSD | fuzzah | |
2023-07-07 | add limits.h to afl-ld-lto | vanhauser-thc | |
2023-07-05 | update llvm recommendations | vanhauser-thc | |
2023-07-04 | nits | vanhauser-thc | |
2023-07-03 | Fix max_params define. | Eli Kobrin | |
2023-07-03 | comment | vanhauser-thc | |
2023-07-02 | no_ui: display time | vanhauser-thc | |
2023-07-01 | switch exploit strategy | vanhauser-thc | |
2023-06-30 | afl-showmap fix | vanhauser-thc | |
2023-06-29 | update mutation strategy | vanhauser-thc | |
2023-06-29 | Merge pull request #1789 from AFLplusplus/orig_mut3 | van Hauser | |
better mutator weightings | |||
2023-06-26 | Merge pull request #1786 from coc-cyqh/IncNumOfParams | van Hauser | |
Increase the number of afl-cc supported params | |||
2023-06-27 | Increase the number of afl-cc supported params | Siqi Chen | |
2023-06-23 | new mutation weighting | vanhauser-thc | |
2023-06-22 | remove dead code, code format | vanhauser-thc | |
2023-06-21 | nits | vanhauser-thc | |
2023-06-21 | fix afl-cmin* for old afl vanilla issue | vanhauser-thc | |
2023-06-21 | nits | vanhauser-thc | |
2023-06-21 | switch back to normal mutations | vanhauser-thc | |
2023-06-20 | fix timeout for sessions restart and + usage | vanhauser-thc | |
2023-06-14 | minor cmplog bugfix | vanhauser-thc | |
2023-06-12 | enable text mode | vanhauser-thc | |
2023-06-12 | update new feature config | vanhauser-thc | |
2023-06-09 | binary mutations | vanhauser-thc | |
2023-06-09 | Merge pull request #1764 from AFLplusplus/mncomp | van Hauser | |
class afl++ mutations |