about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Collapse)Author
2024-05-13disable -> no variantsvanhauser-thc
2024-05-02AFL_DISABLE_REDUNDANTvanhauser-thc
2024-04-09fix -V, code formatvanhauser-thc
2024-04-08:Adds stats tracking time spend in calibration/trim/syncCornelius Aschermann
This currently does not affect statsd nor the UI. Only the fuzzer_stats file is updated
2024-03-12nitvanhauser-thc
2024-02-29gcc cmplog fixvanhauser-thc
2024-02-23Add upper and lower safety marginsLeon Weiß
2024-02-23Adhere to documented behaviorLeon Weiß
2024-02-22Do not circumvent sanity checks from arg parsingLeon Weiß
2024-02-22Convert from microseconds (us) to milliseconds (ms)Leon Weiß
2024-02-08code formatvanhauser-thc
2024-02-08Merge branch '420' into devvan Hauser
2024-02-08workaround for MOpt bug with -Svanhauser-thc
2024-02-08performancevanhauser-thc
2024-02-08Merge pull request #1965 from CodeLinaro/statefulvan Hauser
replay mode support
2024-02-04fix -zvanhauser-thc
2024-02-04add U256/32byte supportvanhauser-thc
2024-02-03deterministic fuzzing and -zvanhauser-thc
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