Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-27 | fix afl-cc help output | vanhauser-thc | |
2023-09-19 | Use proper ifdef, remove else in line with other compile options | Thomas Rooijakkers | |
2023-09-19 | Add usage compilation status print for NO_UTF | Thomas Rooijakkers | |
2023-09-13 | -a default | vanhauser-thc | |
2023-09-12 | increase sync length | vanhauser-thc | |
2023-09-11 | reweight redundant | vanhauser-thc | |
2023-09-11 | Merge branch 'dev' into reinit | van Hauser | |
2023-09-11 | Merge pull request #1858 from AFLplusplus/pendfav | van Hauser | |
Pendfav | |||
2023-09-08 | fix cmplog forkserver kill signal | vanhauser-thc | |
2023-09-04 | ensure table reinit, downgrade redundant | vanhauser-thc | |
2023-09-03 | nit | vanhauser-thc | |
2023-09-03 | Skip calculating top_rated_fuzz_p2 with FAST schedule | chinggg | |
when FAST schedule is used, fuzz_p2 is already set to 0 so `fuzz_p2 > top_rated_fuzz_p2` never happens, just set top_rated_fuzz_p2 to 0 to reduce calculation | |||
2023-09-03 | less impact | vanhauser-thc | |
2023-08-31 | nit | vanhauser-thc | |
2023-08-31 | pendfav | vanhauser-thc | |
2023-08-29 | update docs | vanhauser-thc | |
2023-08-24 | add missing envs | vanhauser-thc | |
2023-08-23 | AFL_IGNORE_SEED_PROBLEMS | vanhauser-thc | |
2023-08-22 | Merge pull request #1840 from smoelius/stable | van Hauser | |
update afl-system-config for macos | |||
2023-08-19 | Loosen `ReportCrash` check | Samuel E. Moelius III | |
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 | |