Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-25 | fix scale | vanhauser-thc | |
2023-10-24 | code format | vanhauser-thc | |
2023-10-23 | Add an env to afl-clang-fast to disable setting rpath if LLVM path isn't | Jesse Schwartzentruber | |
recognized | |||
2023-10-23 | add scale encode mode for cmplog | vanhauser-thc | |
2023-10-20 | Use proper AFL_NYX_AUX_SIZE for nyx_aux_string | Christian Holler (:decoder) | |
2023-10-04 | Make fuzzer_stats update atomic | coco | |
This writes fuzzer_stats to a temp file and then atomically renames the temp file into fuzzer_stats so that any read on fuzzer_stats will always return a consistent view of the AFL state (otherwise there is a very low change of AFL's write and $tool's reads to race and yield inconsistent results). | |||
2023-10-03 | Merge pull request #1882 from m4drat/statsd-banner-fix | van Hauser | |
Use sync_id instead of use_banner while building statsd metric messages | |||
2023-10-03 | Use sync_id instead of use_banner while building statsd metric messages | Theodor Arsenij | |
2023-10-03 | nits | vanhauser-thc | |
2023-10-02 | fix addseeds test | vanhauser-thc | |
2023-10-02 | Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev | vanhauser-thc | |
2023-10-02 | remove old credits | vanhauser-thc | |
2023-10-02 | Merge pull request #1868 from nataraj-hates-MS-for-stealing-github/stable | van Hauser | |
Show shorter fuzzer name in stat when user's banner is too long | |||
2023-09-30 | add afl-addseeds tool | vanhauser-thc | |
2023-09-28 | fix exploit mode on startup | vanhauser-thc | |
2023-09-27 | fix afl-cc help output | vanhauser-thc | |
2023-09-19 | Use shorter fuzzer name in stat header when user's banner is too big | Nikolay Shaplov | |
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 | |