Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-11 | correct fix | = | |
2024-03-11 | fix record compat loop to replay correct number of inputs, and at least one ↵ | = | |
input | |||
2024-02-29 | gcc cmplog fix | vanhauser-thc | |
2024-02-08 | code format | vanhauser-thc | |
2024-02-08 | Merge branch '420' into dev | van Hauser | |
2024-02-08 | performance | vanhauser-thc | |
2024-02-08 | Merge pull request #1965 from CodeLinaro/stateful | van Hauser | |
replay mode support | |||
2024-02-06 | reuse first_pass aux var in persistent loop for record replay mode, keep ↵ | Davide Quarta | |
area ptr and loc logic intact in record replay mode, move replay record example to own dir in utils, update docs, move record compat layer to separate header file | |||
2024-02-05 | better replay mode error handling, added replay mode documentation, code ↵ | Davide Quarta | |
formatting | |||
2024-02-05 | adjust cmplog header | vanhauser-thc | |
2024-02-04 | increase version | vanhauser-thc | |
2024-02-04 | config __afl_cmplog_max_len | vanhauser-thc | |
2024-02-04 | add U256/32byte support | vanhauser-thc | |
2024-02-03 | new forkserver - client side | vanhauser-thc | |
2024-02-03 | new forkserver - server part | 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 | |||
2024-01-23 | replay mode support | Davide Quarta | |
2024-01-04 | changelog | vanhauser-thc | |
2023-12-30 | finish injection implementation | vanhauser-thc | |
2023-12-27 | initial simple injection detection support | vanhauser-thc | |
2023-12-19 | fix bad fix for MUT_STRATEGY_ARRAY_SIZE | vanhauser-thc | |
2023-12-19 | fix MUT_STRATEGY_ARRAY_SIZE | vanhauser-thc | |
2023-12-19 | fix MUT_INSERTASCIINUM | vanhauser-thc | |
2023-12-15 | v4.10a init | vanhauser-thc | |
2023-12-15 | v4.09c release | vanhauser-thc | |
2023-12-15 | fix 2 mutation bugs | vanhauser-thc | |
2023-12-14 | add AFL_FUZZER_LOOPCOUNT | vanhauser-thc | |
2023-11-25 | update python module | yangzao | |
2023-11-24 | update afl-fuzz-run | yangzao | |
2023-11-24 | add custom_post_run.c | yangzao | |
2023-11-06 | clang-format 16->17 | vanhauser-thc | |
2023-10-25 | Merge pull request #1899 from AFLplusplus/scale | van Hauser | |
Scale encoding | |||
2023-10-23 | Add an env to afl-clang-fast to disable setting rpath if LLVM path isn't | Jesse Schwartzentruber | |
recognized | |||
2023-10-23 | add scale encode mode for cmplog | vanhauser-thc | |
2023-10-20 | Use proper AFL_NYX_AUX_SIZE for nyx_aux_string | Christian Holler (:decoder) | |
2023-10-06 | add AFL_NO_CFG_FUZZING to env list | vanhauser-thc | |
2023-09-20 | Remove Android specifics | Thomas Rooijakkers | |
2023-09-19 | UTF-8 line rendering for status screen as default | Thomas Rooijakkers | |
2023-09-13 | Add support for UTF-8 line rendering | Thomas Rooijakkers | |
2023-09-03 | less impact | vanhauser-thc | |
2023-08-23 | AFL_IGNORE_SEED_PROBLEMS | vanhauser-thc | |
2023-08-13 | update faq | vanhauser-thc | |
2023-08-11 | add AFL_FINAL_SYNC | marc | |
2023-08-10 | v4.09a init | marc | |
2023-08-10 | v4.08c release | marc | |
2023-08-09 | code format | marc | |
2023-08-09 | Merge pull request #1821 from junwha0511/crashing-seeds-as-new-crash | van Hauser | |
Implement an option for treating crashing seeds as new crash | |||
2023-08-04 | Add AFL_NYX_LOG to redirect NYX hprintf messages to a file. | Jesse Schwartzentruber | |
2023-08-04 | update the old nyx env var naming scheme | Sergej Schumilo | |
(to have a more consistent naming overall) |