Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-07 | UI fix | vanhauser-thc | |
2024-02-04 | fix -z | 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-11-28 | Merge pull request #1915 from yangzao/dev | van Hauser | |
add custom mutator function for running script after target gets executed | |||
2023-11-27 | format code | yangzao | |
2023-11-23 | mini fix | vanhauser-thc | |
2023-11-16 | fix inf in stats | vanhauser-thc | |
2023-10-04 | Make fuzzer_stats update atomic | coco | |
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-03 | nits | vanhauser-thc | |
2023-09-19 | Use shorter fuzzer name in stat header when user's banner is too big | Nikolay Shaplov | |
2023-07-18 | take care of uninstrumented mode for fuzz state and mode | vanhauser-thc | |
2023-06-21 | nits | vanhauser-thc | |
2023-06-20 | fix timeout for sessions restart and + usage | vanhauser-thc | |
2023-06-12 | update new feature config | vanhauser-thc | |
2023-06-08 | show fuzzing state | vanhauser-thc | |
2023-06-06 | Merge pull request #1759 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-04-04 | mode switch | vanhauser-thc | |
2023-04-02 | fix ui layout with slow targets in pizza mode | vanhauser-thc | |
2023-04-02 | fix buffer overflow in pizza mode :( | vanhauser-thc | |
2023-03-27 | time_wo_finds in fuzzer_stats | vanhauser-thc | |
2023-03-09 | various fixes | vanhauser-thc | |
2023-03-06 | Merge pull request #1667 from amitelka/feature/opt_statsfile_update_interval | van Hauser | |
Added env variable to allow custom interval update of fuzzer_stats file | |||
2023-03-06 | fix IGNORE_PROBLEMS and update qemuafl | vanhauser-thc | |
2023-03-05 | auto code format fixes | Amit Elkabetz | |
2023-03-05 | Added flag -u to allow custom interval to update fuzzer_stats file | Amit Elkabetz | |
2023-03-02 | Fix. | Eli Kobrin | |
2023-03-02 | Fix exit on time. | Eli Kobrin | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-12-20 | hide queue introspection behind define | vanhauser-thc | |
2022-11-18 | write queue statistics | vanhauser-thc | |
2022-10-19 | nits | vanhauser-thc | |
2022-10-15 | Fix exit_on_time (#1555) | Kobrin Eli | |
2022-09-17 | fix help links | vanhauser-thc | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-05-27 | Fix wrong memchr size in android (#1429) | Luca Di Bartolomeo | |
Need to fix this otherwise ASAN will always complain about heap buffer overflows and refuse to run. Co-authored-by: van Hauser <vh@thc.org> | |||
2022-05-02 | fix token usage in normal and MOpt mode | vanhauser-thc | |
2022-04-03 | fix pizza mode | vanhauser-thc | |
2022-04-03 | pizza mode on 1st of april | vanhauser-thc | |
2022-04-02 | Fix dyslexia and clang format | Carlo Maragno | |
2022-04-01 | Fix layout | Carlo Maragno | |
2022-04-01 | Add basic support for Italian users | Carlo Maragno | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-28 | nyx code format | vanhauser-thc | |
2021-12-28 | add Nyx mode | Sergej Schumilo | |
2021-12-12 | code format | yuawn | |
2021-12-12 | fix fuzzer_stats parameter order | yuawn | |
2021-12-09 | more rename | vanhauser-thc | |
2021-12-09 | rename path | vanhauser-thc | |
2021-12-02 | fixes | vanhauser-thc | |