Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-14 | update documentation | vanhauser-thc | |
2021-04-02 | Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper. | Joshua Rogers | |
Fix spelling mistakes. Correctly call LSAN_ERROR not MSAN_ERROR. | |||
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. | |||
2020-12-09 | move libdislocator, libtokencap and qbdi_mode to utils/ | vanhauser-thc | |
2020-12-01 | renamed examples/ to utils/ | vanhauser-thc | |
2020-06-02 | got rid of questionable phrasing | Dominik Maier | |
2020-04-01 | add CFI sanitizer | van Hauser | |
2020-03-23 | typo | van Hauser | |
2020-03-23 | more fixes | van Hauser | |
2020-03-20 | added missing descriptions of entries in fuzzer_stats | van Hauser | |
2020-02-25 | fix references to README docs | hexcoder- | |
2020-02-16 | fix UBSAN handling, update docs | hexcoder- | |
2020-02-03 | s/experimental\//examples\/g | Andrea Fioraldi | |
2020-02-03 | update a bit the doc | Andrea Fioraldi | |