Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-22 | update docs | vanhauser-thc | |
2021-05-21 | Fix cmake target compilation command example (#934) | Tommy Chiang | |
- Fix typo DCMAKE_C_COMPILERC -> DCMAKE_C_COMPILER. - Add `cd build` after `mkdir build`. | |||
2021-05-18 | update readme | vanhauser-thc | |
2021-05-10 | update documentation | vanhauser-thc | |
2021-04-19 | drop support for llvm < 6.0 | vanhauser-thc | |
2021-04-16 | update docs | vanhauser-thc | |
2021-04-15 | update readme | vanhauser-thc | |
2021-04-04 | Merge pull request #855 from MegaManSec/leak-sanitizer | van Hauser | |
Add support for standalone leak-sanitizer | |||
2021-04-03 | Fix typos, | Joshua Rogers | |
Use symbolize=0 for LSAN, Remove syntactic sugar. | |||
2021-04-02 | Add support for standalone leak-sanitizer, introducting the environment | Joshua 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-25 | update README | vanhauser-thc | |
2021-03-25 | remove InsTrim | vanhauser-thc | |
2021-03-25 | update dynamic list | vanhauser-thc | |
2021-03-24 | 3.12c | vanhauser-thc | |
2021-03-19 | Merge branch 'dev' into dev | van Hauser | |
2021-03-20 | add AFL_TARGET_ENV to afl-fuzz | fuzzah | |
2021-03-18 | better installation example | vanhauser-thc | |
2021-03-15 | v3.11c release | vanhauser-thc | |
2021-03-10 | doc: Clarify memory limits in Readme | MarcoFalke | |
2021-03-09 | typos, small additions | hexcoder | |
2021-03-09 | Merge pull request #785 from MarcoFalke/patch-1 | van Hauser | |
doc: Add lld to required dependencies | |||
2021-03-09 | doc: Add lld to required dependencies | MarcoFalke | |
2021-03-09 | add AFL_NOOPT | vanhauser-thc | |
2021-03-04 | NO_ARCH_OPT was removed due many issues | vanhauser-thc | |
2021-03-03 | add new tutorial | vanhauser-thc | |
2021-03-01 | 3.10c release | vanhauser-thc | |
2021-02-25 | changing the -t ...+ meaning to "auto-calculate buth this is the max" | vanhauser-thc | |
2021-02-24 | fixes | vanhauser-thc | |
2021-02-21 | how to compare afl++ | vanhauser-thc | |
2021-02-21 | doc update | vanhauser-thc | |
2021-02-19 | nicer bib | Andrea Fioraldi | |
2021-02-19 | pointer to cite in readme | Andrea Fioraldi | |
2021-02-15 | doc updates | vanhauser-thc | |
2021-02-14 | fixes | vanhauser-thc | |
2021-02-14 | Merge branch 'stable' into dev | van Hauser | |
2021-02-12 | remove travis badge | vanhauser-thc | |
2021-02-12 | typo | vanhauser-thc | |
2021-02-11 | typo | hexcoder | |
2021-02-09 | build docker without march=native | vanhauser-thc | |
2021-02-07 | mark llvm 13 as unsupported (yet) | vanhauser-thc | |
2021-02-05 | doc fix | vanhauser-thc | |
2021-02-05 | fix doc | vanhauser-thc | |
2021-02-05 | more doc, so good | vanhauser-thc | |
2021-02-05 | nits | vanhauser-thc | |
2021-02-04 | update readme | vanhauser-thc | |
2021-01-31 | disable trimming for -M | van Hauser | |
2021-01-22 | typos | van Hauser | |
2021-01-20 | Merge pull request #693 from vishesh-sharma-123/patch-2 | van Hauser | |
Update README.md | |||
2021-01-20 | Update README.md | vishesh-sharma-123 | |
typo and correction in link | |||
2021-01-20 | Migrates DebugLoc::get to DILocation::get | Joey Jiao | |
- Refer to https://reviews.llvm.org/D93087 |