about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2024-02-05better replay mode error handling, added replay mode documentation, code ↵Davide Quarta
formatting
2024-02-05adjust cmplog headervanhauser-thc
2024-02-04increase versionvanhauser-thc
2024-02-04config __afl_cmplog_max_lenvanhauser-thc
2024-02-04add U256/32byte supportvanhauser-thc
2024-02-03new forkserver - client sidevanhauser-thc
2024-02-03new forkserver - server partvanhauser-thc
2024-02-032024 v4.10c releasevanhauser-thc
2024-02-01Enhancement 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-23replay mode supportDavide Quarta
2024-01-04changelogvanhauser-thc
2023-12-30finish injection implementationvanhauser-thc
2023-12-27initial simple injection detection supportvanhauser-thc
2023-12-19fix bad fix for MUT_STRATEGY_ARRAY_SIZEvanhauser-thc
2023-12-19fix MUT_STRATEGY_ARRAY_SIZEvanhauser-thc
2023-12-19fix MUT_INSERTASCIINUMvanhauser-thc
2023-12-15v4.10a initvanhauser-thc
2023-12-15v4.09c releasevanhauser-thc
2023-12-15fix 2 mutation bugsvanhauser-thc
2023-12-14add AFL_FUZZER_LOOPCOUNTvanhauser-thc
2023-11-25update python moduleyangzao
2023-11-24update afl-fuzz-runyangzao
2023-11-24add custom_post_run.cyangzao
2023-11-06clang-format 16->17vanhauser-thc
2023-10-25Merge pull request #1899 from AFLplusplus/scalevan Hauser
Scale encoding
2023-10-23Add an env to afl-clang-fast to disable setting rpath if LLVM path isn'tJesse Schwartzentruber
recognized
2023-10-23add scale encode mode for cmplogvanhauser-thc
2023-10-20Use proper AFL_NYX_AUX_SIZE for nyx_aux_stringChristian Holler (:decoder)
2023-10-06add AFL_NO_CFG_FUZZING to env listvanhauser-thc
2023-09-20Remove Android specificsThomas Rooijakkers
2023-09-19UTF-8 line rendering for status screen as defaultThomas Rooijakkers
2023-09-13Add support for UTF-8 line renderingThomas Rooijakkers
2023-09-03less impactvanhauser-thc
2023-08-23AFL_IGNORE_SEED_PROBLEMSvanhauser-thc
2023-08-13update faqvanhauser-thc
2023-08-11add AFL_FINAL_SYNCmarc
2023-08-10v4.09a initmarc
2023-08-10v4.08c releasemarc
2023-08-09code formatmarc
2023-08-09Merge pull request #1821 from junwha0511/crashing-seeds-as-new-crashvan Hauser
Implement an option for treating crashing seeds as new crash
2023-08-04Add AFL_NYX_LOG to redirect NYX hprintf messages to a file.Jesse Schwartzentruber
2023-08-04update the old nyx env var naming schemeSergej Schumilo
(to have a more consistent naming overall)
2023-08-04Define AFL_CRASHING_SEEDS_AS_NEW_CRASH as env variableJunwha
- and fix typo Signed-off-by: Junwha <qbit@unist.ac.kr>
2023-08-04nitsvanhauser-thc
2023-08-03make nyx aux buffer size configurableSergej Schumilo
2023-08-02Add option for treating crashing input as new crashJunwha
Signed-off-by: Junwha Hong <qbit@unist.ac.kr>
2023-07-30Various fixes for warnings, extends #1818Dominik Maier
2023-07-30Fix format specifiers (#1818)mark0
* Update afl-mutations.h Fix bug: compilation cannot pass when DEBUG macro is enabled * Update afl-fuzz-one.c Fix bug: compilation cannot pass when DEBUG macro is enabled
2023-07-21improve cmplog level 3vanhauser-thc
2023-07-13interesting32_floatvanhauser-thc