Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-26 | improved seed selection algorithm | vanhauser-thc | |
2024-06-18 | code format and changelog | vanhauser-thc | |
2024-06-12 | fastresume implementation | vanhauser-thc | |
2024-06-07 | minor testcache optimizations | vanhauser-thc | |
2024-06-06 | memory adjustments | vanhauser-thc | |
2024-06-06 | new seed selection algorithm | vanhauser-thc | |
2024-05-25 | fix: testcache hangs for large test cases | Andrew Haberlandt | |
2024-05-12 | Add `AFL_SHA1_FILENAMES` option | Samuel Moelius | |
2024-05-02 | AFL_DISABLE_REDUNDANT | vanhauser-thc | |
2024-04-19 | nits | vanhauser-thc | |
2024-02-03 | 2024 v4.10c release | vanhauser-thc | |
2024-02-01 | Enhancement on Deterministic stage (#1972) | Han Zheng | |
* fuzzer: init commit based on aflpp 60dc37a8cf09f8e9048e4b6a2204d6c90b27655a * fuzzers: adding the skip variables and initialize * log: profile the det/havoc finding * log: add profile log output * fuzzers: sperate log/skipdet module * fuzzers: add quick eff_map calc * fuzzers: add skip_eff_map in fuzz_one * fuzzers: mark whole input space in eff_map * fuzzers: add undet bit threshold to skip some seeds * fuzzers: fix one byte overflow * fuzzers: fix overflow * fix code format * add havoc only again * code format * remove log to INTROSPECTION, rename skipdet module * rename skipdet module * remove log to stats * clean redundant code * code format * remove redundant code format check * remove redundant doc * remove redundant objects * clean files * change -d to default skipdet * disable deterministic when using CUSTOM_MUTATOR * revert fix | |||
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 | |