about summary refs log tree commit diff
path: root/docs/notes_for_asan.md
AgeCommit message (Collapse)Author
2021-07-14update documentationvanhauser-thc
2021-04-02Replace __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 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.
2020-12-09move libdislocator, libtokencap and qbdi_mode to utils/vanhauser-thc
2020-12-01renamed examples/ to utils/vanhauser-thc
2020-06-02got rid of questionable phrasingDominik Maier
2020-04-01add CFI sanitizervan Hauser
2020-03-23typovan Hauser
2020-03-23more fixesvan Hauser
2020-03-20added missing descriptions of entries in fuzzer_statsvan Hauser
2020-02-25fix references to README docshexcoder-
2020-02-16fix UBSAN handling, update docshexcoder-
2020-02-03s/experimental\//examples\/gAndrea Fioraldi
2020-02-03update a bit the docAndrea Fioraldi