about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2023-10-25fix scalevanhauser-thc
2023-10-24code formatvanhauser-thc
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-20Use proper AFL_NYX_AUX_SIZE for nyx_aux_stringChristian Holler (:decoder)
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-02fix addseeds testvanhauser-thc
2023-10-02Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into devvanhauser-thc
2023-10-02remove old creditsvanhauser-thc
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-09-30add afl-addseeds toolvanhauser-thc
2023-09-28fix exploit mode on startupvanhauser-thc
2023-09-27fix afl-cc help outputvanhauser-thc
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-13-a defaultvanhauser-thc
2023-09-12increase sync lengthvanhauser-thc
2023-09-11reweight redundantvanhauser-thc
2023-09-11Merge branch 'dev' into reinitvan Hauser
2023-09-11Merge pull request #1858 from AFLplusplus/pendfavvan Hauser
Pendfav
2023-09-08fix cmplog forkserver kill signalvanhauser-thc
2023-09-04ensure table reinit, downgrade redundantvanhauser-thc
2023-09-03nitvanhauser-thc
2023-09-03Skip calculating top_rated_fuzz_p2 with FAST schedulechinggg
when FAST schedule is used, fuzz_p2 is already set to 0 so `fuzz_p2 > top_rated_fuzz_p2` never happens, just set top_rated_fuzz_p2 to 0 to reduce calculation
2023-09-03less impactvanhauser-thc
2023-08-31nitvanhauser-thc
2023-08-31pendfavvanhauser-thc
2023-08-29update docsvanhauser-thc
2023-08-24add missing envsvanhauser-thc
2023-08-23AFL_IGNORE_SEED_PROBLEMSvanhauser-thc
2023-08-22Merge pull request #1840 from smoelius/stablevan Hauser
update afl-system-config for macos
2023-08-19Loosen `ReportCrash` checkSamuel E. Moelius III
2023-08-17add env var to help outputvanhauser-thc
2023-08-13nitsvanhauser-thc
2023-08-13Remove redundant comparison of `fav_factor` in `update_bitmap_score`chinggg
`top_rated_fav_factor` was actually calculated twice, but only one calculation and comparison is needed. Since `fav_factor` > `top_rated_fav_factor` will always cause skip of current iteration, `else if (fuzz_p2 == top_rated_fuzz_p2)` is also redundant.
2023-08-11add AFL_FINAL_SYNCmarc
2023-08-09code formatmarc
2023-08-09Merge pull request #1821 from junwha0511/crashing-seeds-as-new-crashvan Hauser
Implement an option for treating crashing seeds as new crash
2023-08-09Merge pull request #1829 from devnexen/fix_build_fuzzqueenvan Hauser
afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* calls
2023-08-09-c - supportmarc
2023-08-08afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* callsDavid CARLIER
2023-08-04Add AFL_NYX_LOG to redirect NYX hprintf messages to a file.Jesse Schwartzentruber
2023-08-04update the old nyx env var naming schemeSergej Schumilo
(to have a more consistent naming overall)
2023-08-04Define AFL_CRASHING_SEEDS_AS_NEW_CRASH as env variableJunwha
- and fix typo Signed-off-by: Junwha <qbit@unist.ac.kr>
2023-08-04nitsvanhauser-thc
2023-08-03make nyx aux buffer size configurableSergej Schumilo