Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-08-04 | nits | vanhauser-thc | |
2023-08-04 | Merge pull request #1823 from schumilo/dev | van Hauser | |
Nyx mode updates | |||
2023-08-03 | update nyx mode readme (NYX_AUX_BUFFER_SIZE) | Sergej Schumilo | |
2023-08-03 | make nyx aux buffer size configurable | Sergej Schumilo | |
2023-08-03 | update Nyx submodules | Sergej Schumilo | |
2023-08-02 | Add AFL_CRASHING_SEEDS_AS_NEW_CRASH to doc | Junwha | |
Signed-off-by: Junwha <qbit@unist.ac.kr> | |||
2023-08-02 | Add option for treating crashing input as new crash | Junwha | |
Signed-off-by: Junwha Hong <qbit@unist.ac.kr> | |||
2023-08-01 | Merge pull request #1819 from jschwartzentruber/cxx-use-cppflags | van Hauser | |
C++ compilation should use CPPFLAGS | |||
2023-07-31 | Use CPPFLAGS for C++ too. | Jesse Schwartzentruber | |
2023-07-30 | Go back to correct unicornafl version | Dominik Maier | |
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 | Merge pull request #1815 from mark0-cn/dev | van Hauser | |
fix the file descriptor without determining null | |||
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 | |