Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-16 | missing closing parenthesis | ifyGecko | |
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-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 | |
2023-10-25 | Merge pull request #1899 from AFLplusplus/scale | van Hauser | |
Scale encoding | |||
2023-10-25 | add to gitignore | vanhauser-thc | |
2023-10-25 | fix scale | vanhauser-thc | |
2023-10-24 | fix | vanhauser-thc | |
2023-10-24 | code format | vanhauser-thc | |
2023-10-24 | Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev | vanhauser-thc | |
2023-10-24 | dict2file to silently return if AFL_LLVM_DICT2FILE not defined | vanhauser-thc | |
2023-10-24 | Merge pull request #1893 from jschwartzentruber/add-no-rpath-flag | van Hauser | |
Add an env to afl-clang-fast to disable setting rpath if LLVM path isn't recognized | |||
2023-10-23 | Add an env to afl-clang-fast to disable setting rpath if LLVM path isn't | Jesse Schwartzentruber | |
recognized | |||
2023-10-23 | add scale encode mode for cmplog | vanhauser-thc | |
2023-10-23 | Merge pull request #1896 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2023-10-21 | Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev | vanhauser-thc | |
2023-10-21 | update unicorn | vanhauser-thc | |
2023-10-21 | Merge pull request #1894 from choller/dev | van Hauser | |
Use proper AFL_NYX_AUX_SIZE for nyx_aux_string | |||
2023-10-20 | Use proper AFL_NYX_AUX_SIZE for nyx_aux_string | Christian Holler (:decoder) | |
2023-10-16 | Merge pull request #1890 from AFLplusplus/typos | van Hauser | |
2 typos in afl-llvm-pass.so.cc | |||
2023-10-16 | typo | toka | |
2023-10-14 | Merge pull request #1889 from AFLplusplus/early_llvm | van Hauser | |
Use EarlyEPCallback when llvm >= 16 | |||
2023-10-14 | bracket | toka | |
2023-10-14 | EarlyEPCallback for llvm16 | toka | |
2023-10-08 | update todos | vanhauser-thc | |
2023-10-06 | add AFL_NO_CFG_FUZZING to env list | vanhauser-thc | |
2023-10-04 | Merge pull request #1883 from eqv/atomic_stats | van Hauser | |
Make fuzzer_stats update atomic | |||
2023-10-04 | Make fuzzer_stats update atomic | coco | |
This writes fuzzer_stats to a temp file and then atomically renames the temp file into fuzzer_stats so that any read on fuzzer_stats will always return a consistent view of the AFL state (otherwise there is a very low change of AFL's write and $tool's reads to race and yield inconsistent results). | |||
2023-10-03 | Merge pull request #1882 from m4drat/statsd-banner-fix | van Hauser | |
Use sync_id instead of use_banner while building statsd metric messages | |||
2023-10-03 | Use sync_id instead of use_banner while building statsd metric messages | Theodor Arsenij | |
2023-10-03 | nits | vanhauser-thc | |
2023-10-03 | Merge pull request #1880 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2023-10-03 | Merge pull request #1879 from AFLplusplus/urandom | van Hauser | |
Use /dev/urandom for area_is_valid check | |||
2023-10-02 | fix addseeds test | vanhauser-thc | |
2023-10-02 | urandom | toka | |
2023-10-02 | Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev | vanhauser-thc | |
2023-10-02 | remove old credits | vanhauser-thc | |
2023-10-02 | Merge pull request #1868 from nataraj-hates-MS-for-stealing-github/stable | van Hauser | |
Show shorter fuzzer name in stat when user's banner is too long | |||
2023-10-02 | update nyx-qemu | vanhauser-thc | |
2023-10-01 | typo | toka | |
2023-09-30 | add afl-addseeds tool | vanhauser-thc | |