Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-08-09 | Revert "-c - support" | marc | |
This reverts commit 5618062cb55f1ac094e33ad662a03df45e048f45. | |||
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-06 | Merge pull request #1825 from devnexen/cpp_no_exceptions | van Hauser | |
disable exceptions on LLVM/GCC plugins, decreasing further the librar… | |||
2023-08-05 | disable exceptions on LLVM/GCC plugins, decreasing further the libraries's ↵ | David Carlier | |
binaries size in the process. | |||
2023-08-04 | Merge pull request #1822 from jschwartzentruber/nyx-log | van Hauser | |
Add AFL_NYX_LOG to redirect NYX hprintf messages to a file. | |||
2023-08-04 | Add AFL_NYX_LOG to redirect NYX hprintf messages to a file. | Jesse Schwartzentruber | |
2023-08-04 | Merge pull request #1824 from schumilo/dev | van Hauser | |
Nyx mode - minor changes | |||
2023-08-04 | add someone else to the "list of contributors" :-) | Sergej Schumilo | |
2023-08-04 | update the old nyx env var naming scheme | Sergej Schumilo | |
(to have a more consistent naming overall) | |||
2023-08-04 | fix typo in nyx_mode/README.md | Sergej Schumilo | |
2023-08-04 | update QEMU-Nyx submodule | Sergej Schumilo | |
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 | update docs | vanhauser-thc | |