about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-11-20nitsvanhauser-thc
2023-11-20add benchmarkvanhauser-thc
2023-11-20updatevanhauser-thc
2023-11-20Merge pull request #1853 from cjb/dev-benchmark-pyvan Hauser
benchmark: port benchmark.sh to Python, add multicore, multiple runs, persistent+shmem
2023-11-19benchmark: update READMEChris Ball
2023-11-19benchmark: rename afl_execs_per_sec to execs_per_secChris Ball
2023-11-19benchmark: Update Jupyter notebook and results file.Chris Ball
2023-11-19benchmark: update COMPARISONChris Ball
2023-11-19benchmark: remove self-calculation of execs/secChris Ball
2023-11-17Update benchmark.pyvan Hauser
2023-11-17Merge pull request #1909 from ifyGecko/quick_fixvan Hauser
missing closing parenthesis
2023-11-16missing closing parenthesisifyGecko
2023-11-16Fix benchmark.pyvan Hauser
2023-11-16fix inf in statsvanhauser-thc
2023-11-15Update benchmark.pyvan Hauser
2023-11-14benchmark: disallow duplicate entries for the same CPU in COMPARISONChris Ball
2023-11-12benchmark: use afl's execs/s; increase CPU model widthChris Ball
2023-11-12benchmark: lower minimum Python version to 3.8Chris Ball
2023-11-12benchmark: show the number of cores used in COMPARISONChris Ball
2023-11-11Merge pull request #1904 from jasperla/nosyscallvan Hauser
Use direct call to write to OpenBSD
2023-11-10benchmark: Add support for COMPARISON fileChris Ball
2023-11-09update todosvanhauser-thc
2023-11-09Merge pull request #1906 from AFLplusplus/devvan Hauser
Dev
2023-11-09Merge pull request #1905 from m-carrasco/fix-queue-get-docsvan Hauser
Fix possible doc inconsistency for custom mutator's queue_get function.
2023-11-09Fix possible doc inconsistency for custom mutator's queue_get function.Manuel Carrasco
2023-11-09Use direct call to write to OpenBSDJasper 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-07Merge pull request #1902 from m-carrasco/dev-cm-init-fixvan Hauser
Possible missing initialisation in custom mutator
2023-11-07fix dictionary and cminvanhauser-thc
2023-11-06Add missing initialisation for havoc_queued during the custom mutator's stage.Manuel Carrasco
2023-11-06clang-format 16->17vanhauser-thc
2023-11-06fix lsan fixvanhauser-thc
2023-11-04fix of fix: make sure ASAN_OPTIONS and LSAN_OPTIONS agree on leak detectionhexcoder-
2023-11-04copy 'detect_leaks=0' from ASAN to LSANhexcoder
fix for issue #1733, set "detect_leaks=0" when ASAN_OPTIONS contains it and LSAN_OPTIONS are not set.
2023-11-03Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into devvanhauser-thc
2023-11-03add --help/--version/...vanhauser-thc
2023-10-25Merge pull request #1899 from AFLplusplus/scalevan Hauser
Scale encoding
2023-10-25add to gitignorevanhauser-thc
2023-10-25fix scalevanhauser-thc
2023-10-24fixvanhauser-thc
2023-10-24code formatvanhauser-thc
2023-10-24Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into devvanhauser-thc
2023-10-24dict2file to silently return if AFL_LLVM_DICT2FILE not definedvanhauser-thc
2023-10-24Merge pull request #1893 from jschwartzentruber/add-no-rpath-flagvan Hauser
Add an env to afl-clang-fast to disable setting rpath if LLVM path isn't recognized
2023-10-23Add an env to afl-clang-fast to disable setting rpath if LLVM path isn'tJesse Schwartzentruber
recognized
2023-10-23add scale encode mode for cmplogvanhauser-thc
2023-10-23Merge pull request #1896 from AFLplusplus/devvan Hauser
push to stable
2023-10-21Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into devvanhauser-thc
2023-10-21update unicornvanhauser-thc
2023-10-21Merge pull request #1894 from choller/devvan Hauser
Use proper AFL_NYX_AUX_SIZE for nyx_aux_string
2023-10-20Use proper AFL_NYX_AUX_SIZE for nyx_aux_stringChristian Holler (:decoder)