about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-10-16Merge pull request #1890 from AFLplusplus/typosvan Hauser
2 typos in afl-llvm-pass.so.cc
2023-10-16typotoka
2023-10-14Merge pull request #1889 from AFLplusplus/early_llvmvan Hauser
Use EarlyEPCallback when llvm >= 16
2023-10-14brackettoka
2023-10-14EarlyEPCallback for llvm16toka
2023-10-08update todosvanhauser-thc
2023-10-06add AFL_NO_CFG_FUZZING to env listvanhauser-thc
2023-10-04Merge pull request #1883 from eqv/atomic_statsvan Hauser
Make fuzzer_stats update atomic
2023-10-04Make fuzzer_stats update atomiccoco
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-03Merge pull request #1882 from m4drat/statsd-banner-fixvan Hauser
Use sync_id instead of use_banner while building statsd metric messages
2023-10-03Use sync_id instead of use_banner while building statsd metric messagesTheodor Arsenij
2023-10-03nitsvanhauser-thc
2023-10-03Merge pull request #1880 from AFLplusplus/devvan Hauser
push to stable
2023-10-03Merge pull request #1879 from AFLplusplus/urandomvan Hauser
Use /dev/urandom for area_is_valid check
2023-10-02fix addseeds testvanhauser-thc
2023-10-02urandomtoka
2023-10-02Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into devvanhauser-thc
2023-10-02remove old creditsvanhauser-thc
2023-10-02benchmark: notebook wording tweaksChris Ball
2023-10-02benchmark: add a README, lower default runs from 5 to 3Chris Ball
2023-10-02benchmark: cleanup, add results, add a data exploration notebookChris Ball
2023-10-02Merge pull request #1868 from nataraj-hates-MS-for-stealing-github/stablevan Hauser
Show shorter fuzzer name in stat when user's banner is too long
2023-10-02update nyx-qemuvanhauser-thc
2023-10-01typotoka
2023-09-30add afl-addseeds toolvanhauser-thc
2023-09-29Fixed script for pwndbg (#1876)Grzegorz Wypych
Co-authored-by: grzegorz.wypych <h0rac26@gmail.com>
2023-09-28fix exploit mode on startupvanhauser-thc
2023-09-27Merge pull request #1874 from AFLplusplus/devvan Hauser
push to stable
2023-09-27fix afl-cc help outputvanhauser-thc
2023-09-22update todovanhauser-thc
2023-09-22fix afl-persistent-config for Debianvanhauser-thc
2023-09-20Merge pull request #1864 from ThomasTNO/utf8_supportvan Hauser
Add support for UTF-8 line rendering
2023-09-20forgot removal of compiler flagThomas Rooijakkers
2023-09-20Remove Android specificsThomas Rooijakkers
2023-09-19Use shorter fuzzer name in stat header when user's banner is too bigNikolay Shaplov
2023-09-19Use proper ifdef, remove else in line with other compile optionsThomas Rooijakkers
2023-09-19Add usage compilation status print for NO_UTFThomas Rooijakkers
2023-09-19UTF-8 line rendering for status screen as defaultThomas Rooijakkers
2023-09-13Add support for UTF-8 line renderingThomas Rooijakkers
2023-09-13Merge pull request #1863 from AFLplusplus/devvan Hauser
afl-whatsup output fix
2023-09-13afl-whatsup output fixvanhauser-thc
2023-09-13Merge pull request #1862 from AFLplusplus/devvan Hauser
Dev
2023-09-13-a defaultvanhauser-thc
2023-09-12increase sync lengthvanhauser-thc
2023-09-12Merge pull request #1860 from AFLplusplus/devvan Hauser
push to stable
2023-09-12update todovanhauser-thc
2023-09-12update multicore recommendationvanhauser-thc
2023-09-11reweight redundantvanhauser-thc
2023-09-11Merge pull request #1859 from AFLplusplus/reinitvan Hauser
ensure table reinit, downgrade redundant
2023-09-11Merge branch 'dev' into reinitvan Hauser