Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-11 | reweight redundant | vanhauser-thc | |
2023-09-11 | Merge branch 'dev' into reinit | van Hauser | |
2023-09-11 | Merge pull request #1858 from AFLplusplus/pendfav | van Hauser | |
Pendfav | |||
2023-09-04 | ensure table reinit, downgrade redundant | vanhauser-thc | |
2023-09-03 | nit | vanhauser-thc | |
2023-09-03 | Skip calculating top_rated_fuzz_p2 with FAST schedule | chinggg | |
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-03 | less impact | vanhauser-thc | |
2023-08-13 | nits | vanhauser-thc | |
2023-08-13 | Remove 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-06 | Merge pull request #1759 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-04-27 | slightly different weighting algo (#1719) | van Hauser | |
* better seed selection * slightly different weighting calculation * remove unnecessary memset | |||
2023-04-13 | remove -z option, use -p mmopt instead | vanhauser-thc | |
2023-04-08 | hopefully better -z algorithm | vanhauser-thc | |
2023-04-05 | better new weighting | vanhauser-thc | |
2023-04-05 | add -z switch | vanhauser-thc | |
2023-03-30 | nits | vanhauser-thc | |
2023-03-27 | time_wo_finds in fuzzer_stats | vanhauser-thc | |
2023-02-27 | div hits | vanhauser-thc | |
2023-02-21 | Merge pull request #1651 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-02-13 | autodisable and better performance | vanhauser-thc | |
2023-02-07 | Increase fuzz_level for mopt_common_fuzzing | Daniil Kutz | |
Change performance score calculation for lin and quad power schedules | |||
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-12-28 | prevent weighting < 1 | vanhauser-thc | |
2022-08-14 | add AFL_NO_STARTUP_CALIBRATION feature | vanhauser-thc | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-01-19 | nits and code format | vanhauser-thc | |
2022-01-19 | Revert "fix classify counts" | vanhauser-thc | |
This reverts commit 4217a6606c92f6a88ab577ae8f91823dd731562d. | |||
2022-01-15 | fix classify counts | vanhauser-thc | |
2022-01-14 | nits | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-11 | rename active_paths | yuawn | |
2021-12-09 | rename path | vanhauser-thc | |
2021-11-07 | Merge pull request #1141 from AFLplusplus/afl4 | van Hauser | |
cmplog enhancement variant | |||
2021-11-06 | http->https | vanhauser-thc | |
2021-10-17 | new rtn cmplog: instrumentation side + supporting functions | vanhauser-thc | |
2021-07-20 | Merge pull request #1034 from AFLplusplus/grammatron | van Hauser | |
Grammatron | |||
2021-07-10 | remove redundant check (#1014) | yuan | |
2021-07-09 | more fixes | vanhauser-thc | |
2021-07-09 | fixes | vanhauser-thc | |
2021-06-27 | Select (#995) | van Hauser | |
* favor unfuzzed * fix * reinit table after a new fuzz | |||
2021-04-09 | fix afl_custom_queue_new_entry when syncing | vanhauser-thc | |
2021-03-24 | fix counting favorites | vanhauser-thc | |
2021-03-23 | make setting different file permissions easy via config.h | vanhauser-thc | |
2021-03-15 | fixes | aflpp | |
2021-03-04 | disable corpus introspection, potentially creates huge data | vanhauser-thc | |
2021-01-31 | fix -Z, remove q->next | aflpp | |
2021-01-26 | real fix plus code format | van Hauser | |
2021-01-23 | less stack mem req | van Hauser | |
2021-01-15 | merge cmplog | van Hauser | |
2021-01-10 | fix weight calc, thanks to Marcel | van Hauser | |