about summary refs log tree commit diff
path: root/src/afl-fuzz-queue.c
AgeCommit message (Collapse)Author
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-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-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-06-06Merge pull request #1759 from AFLplusplus/devvan Hauser
Dev
2023-04-27slightly different weighting algo (#1719)van Hauser
* better seed selection * slightly different weighting calculation * remove unnecessary memset
2023-04-13remove -z option, use -p mmopt insteadvanhauser-thc
2023-04-08hopefully better -z algorithmvanhauser-thc
2023-04-05better new weightingvanhauser-thc
2023-04-05add -z switchvanhauser-thc
2023-03-30nitsvanhauser-thc
2023-03-27time_wo_finds in fuzzer_statsvanhauser-thc
2023-02-27div hitsvanhauser-thc
2023-02-21Merge pull request #1651 from AFLplusplus/devvan Hauser
Dev
2023-02-13autodisable and better performancevanhauser-thc
2023-02-07Increase fuzz_level for mopt_common_fuzzingDaniil Kutz
Change performance score calculation for lin and quad power schedules
2023-01-03welcome 2023vanhauser-thc
2022-12-28prevent weighting < 1vanhauser-thc
2022-08-14add AFL_NO_STARTUP_CALIBRATION featurevanhauser-thc
2022-07-12clang format 14vanhauser-thc
2022-01-19nits and code formatvanhauser-thc
2022-01-19Revert "fix classify counts"vanhauser-thc
This reverts commit 4217a6606c92f6a88ab577ae8f91823dd731562d.
2022-01-15fix classify countsvanhauser-thc
2022-01-14nitsvanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-12-11rename active_pathsyuawn
2021-12-09rename pathvanhauser-thc
2021-11-07Merge pull request #1141 from AFLplusplus/afl4van Hauser
cmplog enhancement variant
2021-11-06http->httpsvanhauser-thc
2021-10-17new rtn cmplog: instrumentation side + supporting functionsvanhauser-thc
2021-07-20Merge pull request #1034 from AFLplusplus/grammatronvan Hauser
Grammatron
2021-07-10remove redundant check (#1014)yuan
2021-07-09more fixesvanhauser-thc
2021-07-09fixesvanhauser-thc
2021-06-27Select (#995)van Hauser
* favor unfuzzed * fix * reinit table after a new fuzz
2021-04-09fix afl_custom_queue_new_entry when syncingvanhauser-thc
2021-03-24fix counting favoritesvanhauser-thc
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2021-03-15fixesaflpp
2021-03-04disable corpus introspection, potentially creates huge datavanhauser-thc
2021-01-31fix -Z, remove q->nextaflpp
2021-01-26real fix plus code formatvan Hauser
2021-01-23less stack mem reqvan Hauser
2021-01-15merge cmplogvan Hauser
2021-01-10fix weight calc, thanks to Marcelvan Hauser