about summary refs log tree commit diff
path: root/docs
AgeCommit message (Collapse)Author
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-19fix for new llvm 13 changevanhauser-thc
2021-03-17better map variabilityvanhauser-thc
2021-03-16no runtime for shared linkingvanhauser-thc
2021-03-16changelogAndrea Fioraldi
2021-03-16rtn fixvanhauser-thc
2021-03-16Merge pull request #818 from realmadsci/add-qemu-custom-binAndrea Fioraldi
Add AFL_QEMU_CUSTOM_BIN environment flag
2021-03-15v3.12a initvanhauser-thc
2021-03-15v3.11c releasevanhauser-thc
2021-03-15Add AFL_QEMU_CUSTOM_BIN environment flagrealmadsci
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip prepending afl-qemu-trace to your command line. Use this if you wish to use a custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments.
2021-03-12added ui change to changelogDominik Maier
2021-03-10gsoc2021 clarificationvanhauser-thc
2021-03-09Merge pull request #785 from MarcoFalke/patch-1van Hauser
doc: Add lld to required dependencies
2021-03-09fix compiler rt on -cvanhauser-thc
2021-03-09add AFL_NOOPTvanhauser-thc
2021-03-09fix sanitizer settingsvanhauser-thc
2021-03-08update changelogvanhauser-thc
2021-03-06Merge pull request #778 from AFLplusplus/devvan Hauser
This fixes 3 different crash issues
2021-03-05rust mutator changes added to changelogDominik Maier
2021-03-05typohexcoder
2021-03-05fix laf string transform crashvanhauser-thc
2021-03-04even support dlopen instrumented libs after the forkservervanhauser-thc
2021-03-04fix caller/ctx change, support dlopen in afl-compiler-rtvanhauser-thc
2021-03-02docuvanhauser-thc
2021-03-02add de-unicoded dictionary entriesvanhauser-thc
2021-03-02better unicode supportvanhauser-thc
2021-03-01update changelogvanhauser-thc
2021-03-013.11a initvanhauser-thc
2021-03-01Merge pull request #767 from AFLplusplus/dev 3.10cvan Hauser
Final push for release
2021-03-013.10c releasevanhauser-thc
2021-02-28metricsvanhauser-thc
2021-02-27fixed rust bindings placementDominik Maier
2021-02-27added rust binding referenceDominik Maier
2021-02-27custom mutator rust support (#752)julihoh
* custom mutator rust support * clarify how to view documentation for rust mutators * remove `FuzzResult` hack and clarify lifetimes of CustomMutator::fuzz * rename TErr associated tyep to Error to be more idiomatic * fix warnings * add example for fallible custom mutator * make Fallible Custom Mutator the default and implement it's handle_err method by default * rename CustomMutator::handle_err to handle_error * add example mutator using lain
2021-02-26Merge pull request #759 from AFLplusplus/devvan Hauser
push to stable
2021-02-25changing the -t ...+ meaning to "auto-calculate buth this is the max"vanhauser-thc
2021-02-25docs updatevanhauser-thc
2021-02-25update changelogvanhauser-thc
2021-02-24tidied up env suggestionsDominik Maier
2021-02-24docsvanhauser-thc
2021-02-22minimum sync timevanhauser-thc
2021-02-22another fix for disabled entriesvanhauser-thc
2021-02-16minor cmplog fixvanhauser-thc
2021-02-15Revert "llvm bug workaround for lto extint"Michael Rodler
This reverts commit e3a5c31307f323452dc4b5288e0d19a02b596a33.
2021-02-15llvm bug workaround for lto extintvanhauser-thc
2021-02-15doc updatesvanhauser-thc
2021-02-13added AFL_IGNORE_UNKNOWN_ENVSvanhauser-thc
2021-02-13afl-cmin/afl-showmap -fvanhauser-thc
2021-02-13update docvanhauser-thc
2021-02-11typoshexcoder