Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-28 | code format | vanhauser-thc | |
2023-11-28 | changes | vanhauser-thc | |
2023-11-28 | Merge pull request #1915 from yangzao/dev | van Hauser | |
add custom mutator function for running script after target gets executed | |||
2023-11-27 | merge function | yangzao | |
2023-11-27 | update | yangzao | |
2023-11-27 | format code | yangzao | |
2023-11-27 | Merge pull request #1913 from choller/nyx-id-fix-2 | van Hauser | |
Pass correct Nyx ID when creating a Nyx runner | |||
2023-11-25 | update python module | yangzao | |
2023-11-24 | update afl-fuzz-run | yangzao | |
2023-11-24 | add custom_post_run.c | yangzao | |
2023-11-23 | mini fix | vanhauser-thc | |
2023-11-23 | Fix typo in docker pull command, add exampe to mount current dir as volume ↵ | Carlo Maragno | |
(#1914) | |||
2023-11-22 | Pass correct Nyx ID when creating a Nyx runner | Christian Holler (:decoder) | |
2023-11-20 | Update unicornafl ref | Dominik Maier | |
2023-11-20 | add benchmarks | vanhauser-thc | |
2023-11-20 | nits | vanhauser-thc | |
2023-11-20 | add benchmark | vanhauser-thc | |
2023-11-20 | update | vanhauser-thc | |
2023-11-20 | Merge pull request #1853 from cjb/dev-benchmark-py | van Hauser | |
benchmark: port benchmark.sh to Python, add multicore, multiple runs, persistent+shmem | |||
2023-11-19 | benchmark: update README | Chris Ball | |
2023-11-19 | benchmark: rename afl_execs_per_sec to execs_per_sec | Chris Ball | |
2023-11-19 | benchmark: Update Jupyter notebook and results file. | Chris Ball | |
2023-11-19 | benchmark: update COMPARISON | Chris Ball | |
2023-11-19 | benchmark: remove self-calculation of execs/sec | Chris Ball | |
2023-11-17 | Update benchmark.py | van Hauser | |
2023-11-17 | Merge pull request #1909 from ifyGecko/quick_fix | van Hauser | |
missing closing parenthesis | |||
2023-11-16 | missing closing parenthesis | ifyGecko | |
2023-11-16 | Fix benchmark.py | van Hauser | |
2023-11-16 | fix inf in stats | vanhauser-thc | |
2023-11-15 | Update benchmark.py | van Hauser | |
2023-11-14 | benchmark: disallow duplicate entries for the same CPU in COMPARISON | Chris Ball | |
2023-11-12 | benchmark: use afl's execs/s; increase CPU model width | Chris Ball | |
2023-11-12 | benchmark: lower minimum Python version to 3.8 | Chris Ball | |
2023-11-12 | benchmark: show the number of cores used in COMPARISON | Chris Ball | |
2023-11-11 | Merge pull request #1904 from jasperla/nosyscall | van Hauser | |
Use direct call to write to OpenBSD | |||
2023-11-10 | benchmark: Add support for COMPARISON file | Chris Ball | |
2023-11-09 | update todos | vanhauser-thc | |
2023-11-09 | Merge pull request #1906 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-11-09 | Merge pull request #1905 from m-carrasco/fix-queue-get-docs | van Hauser | |
Fix possible doc inconsistency for custom mutator's queue_get function. | |||
2023-11-09 | Fix possible doc inconsistency for custom mutator's queue_get function. | Manuel Carrasco | |
2023-11-09 | Use direct call to write to OpenBSD | Jasper Lievisse Adriaanse | |
The linker on OpenBSD emits a warning when linking this file: warning: syscall() may go away, please rewrite code to use direct calls | |||
2023-11-07 | Merge pull request #1902 from m-carrasco/dev-cm-init-fix | van Hauser | |
Possible missing initialisation in custom mutator | |||
2023-11-07 | fix dictionary and cmin | vanhauser-thc | |
2023-11-06 | Add missing initialisation for havoc_queued during the custom mutator's stage. | Manuel Carrasco | |
2023-11-06 | clang-format 16->17 | vanhauser-thc | |
2023-11-06 | fix lsan fix | vanhauser-thc | |
2023-11-04 | fix of fix: make sure ASAN_OPTIONS and LSAN_OPTIONS agree on leak detection | hexcoder- | |
2023-11-04 | copy 'detect_leaks=0' from ASAN to LSAN | hexcoder | |
fix for issue #1733, set "detect_leaks=0" when ASAN_OPTIONS contains it and LSAN_OPTIONS are not set. | |||
2023-11-03 | Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev | vanhauser-thc | |
2023-11-03 | add --help/--version/... | vanhauser-thc | |