Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | benchmark: notebook wording tweaks | Chris Ball | |
2023-10-02 | benchmark: add a README, lower default runs from 5 to 3 | Chris Ball | |
2023-10-02 | benchmark: cleanup, add results, add a data exploration notebook | Chris Ball | |
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 | |
2023-09-29 | Fixed script for pwndbg (#1876) | Grzegorz Wypych | |
Co-authored-by: grzegorz.wypych <h0rac26@gmail.com> | |||
2023-09-28 | fix exploit mode on startup | vanhauser-thc | |
2023-09-27 | Merge pull request #1874 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2023-09-27 | fix afl-cc help output | vanhauser-thc | |
2023-09-22 | update todo | vanhauser-thc | |
2023-09-22 | fix afl-persistent-config for Debian | vanhauser-thc | |
2023-09-20 | Merge pull request #1864 from ThomasTNO/utf8_support | van Hauser | |
Add support for UTF-8 line rendering | |||
2023-09-20 | forgot removal of compiler flag | Thomas Rooijakkers | |
2023-09-20 | Remove Android specifics | Thomas Rooijakkers | |
2023-09-19 | Use shorter fuzzer name in stat header when user's banner is too big | Nikolay Shaplov | |
2023-09-19 | Use proper ifdef, remove else in line with other compile options | Thomas Rooijakkers | |
2023-09-19 | Add usage compilation status print for NO_UTF | Thomas Rooijakkers | |
2023-09-19 | UTF-8 line rendering for status screen as default | Thomas Rooijakkers | |
2023-09-13 | Add support for UTF-8 line rendering | Thomas Rooijakkers | |
2023-09-13 | Merge pull request #1863 from AFLplusplus/dev | van Hauser | |
afl-whatsup output fix | |||
2023-09-13 | afl-whatsup output fix | vanhauser-thc | |
2023-09-13 | Merge pull request #1862 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-09-13 | -a default | vanhauser-thc | |
2023-09-12 | increase sync length | vanhauser-thc | |
2023-09-12 | Merge pull request #1860 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2023-09-12 | update todo | vanhauser-thc | |
2023-09-12 | update multicore recommendation | vanhauser-thc | |
2023-09-11 | reweight redundant | vanhauser-thc | |
2023-09-11 | Merge pull request #1859 from AFLplusplus/reinit | van Hauser | |
ensure table reinit, downgrade redundant | |||
2023-09-11 | Merge branch 'dev' into reinit | van Hauser | |