Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-06 | Merge pull request #1851 from chinggg/cmp_fuzz_p2 | van Hauser | |
Skip calculating top_rated_fuzz_p2 with FAST schedule | |||
2023-09-06 | Merge pull request #1852 from CodeLinaro/dev-frida-oob1 | van Hauser | |
frida_mode: fix oob when copying details | |||
2023-09-05 | frida_mode: fix oob when copying details | Joey Jiao | |
Change-Id: I6a19792ee9e174720242602cec4a79134f6218de | |||
2023-09-04 | fix string transform laf | 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 | code format | vanhauser-thc | |
2023-09-02 | Merge pull request #1850 from devnexen/afl_untracer_haiku | van Hauser | |
afl untracer haiku build fix. | |||
2023-09-02 | fix attempt for laf string compare transform | vanhauser-thc | |
2023-09-02 | afl untracer haiku build fix. | David Carlier | |
2023-08-31 | changelog | vanhauser-thc | |
2023-08-31 | Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev | vanhauser-thc | |
2023-08-31 | nit | vanhauser-thc | |
2023-08-30 | Merge pull request #1826 from WorksButNotTested/arm64-fix | van Hauser | |
Don't corrupt instruction if map offset is too large | |||
2023-08-30 | Fix detection of DSO | Your | |
2023-08-30 | Fix path to zlib | Your Name | |
2023-08-30 | Don't corrupt instruction if map offset is too large | Your Name | |
2023-08-29 | update docs | vanhauser-thc | |
2023-08-28 | fix | vanhauser-thc | |
2023-08-28 | better afl startup detection in afl-whatsup | vanhauser-thc | |
2023-08-24 | add missing envs | vanhauser-thc | |
2023-08-23 | fix | vanhauser-thc | |
2023-08-23 | AFL_IGNORE_SEED_PROBLEMS | vanhauser-thc | |
2023-08-23 | fix | vanhauser-thc | |
2023-08-23 | afl-whatsup startup detection | vanhauser-thc | |
2023-08-22 | Merge pull request #1840 from smoelius/stable | van Hauser | |
update afl-system-config for macos | |||
2023-08-22 | fix | vanhauser-thc | |
2023-08-22 | afl-whatsup -m -n | vanhauser-thc | |
2023-08-21 | afl-whatsup add coverage output | vanhauser-thc | |
2023-08-19 | Adjust use of `sudo` | Samuel E. Moelius III | |
2023-08-19 | Don't hide errors | Samuel E. Moelius III | |
2023-08-19 | Loosen `ReportCrash` check | Samuel E. Moelius III | |
2023-08-17 | add env var to help output | vanhauser-thc | |
2023-08-16 | add benchmark | vanhauser-thc | |
2023-08-14 | Merge pull request #1837 from echel0nn/dev | van Hauser | |
added an example of ELF Header custom mutator | |||
2023-08-13 | added README description & shortened pos defs | echel0nn | |
2023-08-13 | added an example of ELF Header mutator | echel0nn | |
2023-08-13 | update faq | vanhauser-thc | |
2023-08-13 | nits | vanhauser-thc | |
2023-08-13 | Merge pull request #1836 from chinggg/fix-fav_factor | van Hauser | |
Remove redundant comparison of `fav_factor` in `update_bitmap_score` | |||
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-10 | update tritondse script | marc | |
2023-08-10 | v4.09a init | marc | |
2023-08-10 | Merge pull request #1832 from AFLplusplus/dev v4.08c | van Hauser | |
v4.08c release | |||
2023-08-10 | v4.08c release | marc | |
2023-08-09 | Merge pull request #1831 from AFLplusplus/dev | van Hauser | |
push to stable | |||
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 | |