about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Collapse)Author
2024-02-032024 v4.10c releasevanhauser-thc
2024-02-01final touches for skipdetvanhauser-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-30nyx test for CIvanhauser-thc
2024-01-23replay mode supportDavide Quarta
2024-01-22fix docsvanhauser-thc
2024-01-18disable aslr on applevanhauser-thc
2023-12-30finish injection implementationvanhauser-thc
2023-12-15switch to explore powerschedule as defaultvanhauser-thc
2023-11-03Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into devvanhauser-thc
2023-11-03add --help/--version/...vanhauser-thc
2023-10-23add scale encode mode for cmplogvanhauser-thc
2023-10-02fix addseeds testvanhauser-thc
2023-09-30add afl-addseeds toolvanhauser-thc
2023-09-28fix exploit mode on startupvanhauser-thc
2023-09-19Use proper ifdef, remove else in line with other compile optionsThomas Rooijakkers
2023-09-19Add usage compilation status print for NO_UTFThomas Rooijakkers
2023-09-13-a defaultvanhauser-thc
2023-09-12increase sync lengthvanhauser-thc
2023-09-11Merge branch 'dev' into reinitvan Hauser
2023-09-04ensure table reinit, downgrade redundantvanhauser-thc
2023-09-03less impactvanhauser-thc
2023-08-31pendfavvanhauser-thc
2023-08-29update docsvanhauser-thc
2023-08-24add missing envsvanhauser-thc
2023-08-23AFL_IGNORE_SEED_PROBLEMSvanhauser-thc
2023-08-17add env var to help outputvanhauser-thc
2023-08-13nitsvanhauser-thc
2023-08-11add AFL_FINAL_SYNCmarc
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-09-c - supportmarc
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-28doc fixvanhauser-thc
2023-07-21improve cmplog level 3vanhauser-thc
2023-07-18take care of uninstrumented mode for fuzz state and modevanhauser-thc
2023-07-05update llvm recommendationsvanhauser-thc
2023-07-04nitsvanhauser-thc
2023-06-29update mutation strategyvanhauser-thc
2023-06-22remove dead code, code formatvanhauser-thc
2023-06-21nitsvanhauser-thc
2023-06-20fix timeout for sessions restart and + usagevanhauser-thc
2023-06-06Merge pull request #1759 from AFLplusplus/devvan Hauser
Dev
2023-05-23fix custom mutator only checkvanhauser-thc
2023-05-21fixvanhauser-thc