about summary refs log tree commit diff
path: root/include/config.h
AgeCommit message (Collapse)Author
2024-12-03Implement AFLRunHuanyao Rong
References: https://github.com/Mem2019/AFLRun/commit/f5bb87f78ef1 References: https://github.com/Mem2019/AFLRun/commit/3af5f11b5644
2023-01-054.05c releasevanhauser-thc
2023-01-03welcome 2023vanhauser-thc
2022-11-18write queue statisticsvanhauser-thc
2022-10-11v4.05a initvanhauser-thc
2022-10-11v4.04cvanhauser-thc
2022-09-204.04a initvanhauser-thc
2022-09-194.03cvanhauser-thc
2022-08-19shorter calibrationvanhauser-thc
2022-08-084.03avanhauser-thc
2022-08-084.02cvanhauser-thc
2022-06-28init new dev releasevanhauser-thc
2022-06-27prepare releasevanhauser-thc
2022-01-264.01a initvanhauser-thc
2022-01-264.00c readinessvanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2021-11-07Merge pull request #1141 from AFLplusplus/afl4van Hauser
cmplog enhancement variant
2021-11-06http->httpsvanhauser-thc
2021-10-17new rtn cmplog: instrumentation side + supporting functionsvanhauser-thc
2021-10-02fix some compiler warnings in 32-bit linuxhexcoder-
2021-07-193.15a initvanhauser-thc
2021-07-19update config.hvanhauser-thc
2021-06-01v3.14a initvanhauser-thc
2021-06-01v3.13c releasevanhauser-thc
2021-05-25less executions on variable pathsvanhauser-thc
2021-04-04Merge pull request #855 from MegaManSec/leak-sanitizervan Hauser
Add support for standalone leak-sanitizer
2021-04-02 Add support for standalone leak-sanitizer, introducting the environmentJoshua Rogers
variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits.
2021-03-25remove warningsvanhauser-thc
2021-03-24AFL_PERSISTENT_RECORD not a defaultvanhauser-thc
2021-03-24Merge branch 'replay' into tmpvan Hauser
2021-03-24ifdef for recordvanhauser-thc
2021-03-24v3.13a initvanhauser-thc
2021-03-24v3.12c releasevanhauser-thc
2021-03-23make setting different file permissions easy via config.hvanhauser-thc
2021-03-17shmem map size in config.hvanhauser-thc
2021-03-15v3.12a initvanhauser-thc
2021-03-15v3.11c releasevanhauser-thc
2021-03-10cmplog finetuningvanhauser-thc
2021-03-013.11a initvanhauser-thc
2021-03-013.10c releasevanhauser-thc
2021-02-26fine tune cmplogvanhauser-thc
2021-02-25cmplog finetuningvanhauser-thc
2021-02-24fixesvanhauser-thc
2021-02-24typovanhauser-thc
2021-02-24redqueen settings optvanhauser-thc
2021-02-22code formatvanhauser-thc
2021-02-22minimum sync timevanhauser-thc
2021-02-21cmplog config.h -> -l optionvanhauser-thc
2021-02-17minor fixesvanhauser-thc
2021-02-11typohexcoder