Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-30 | rename whitelist -> instrumentlist | van Hauser | |
2020-06-30 | blacklist -> ignore renaming | van Hauser | |
2020-06-23 | lto whitelist in test.sh | van Hauser | |
2020-05-29 | whitelist wildcard for LTO | van Hauser | |
2020-05-23 | LTO whitelist functionality rewritten, now anything can be skipped | van Hauser | |
2020-05-08 | add AFL_DEBUG check to all isatty checks | van Hauser | |
2020-04-25 | refactored whitelist and blacklist in llvm_mode | van Hauser | |
2020-04-23 | more sanitizer functions for blacklist | van Hauser | |
2020-03-09 | honor no_quiet for missing llvm_mode output, also print to stderr with ↵ | van Hauser | |
afl-*-rt.o.c instead of stdout for errors plus two potential bad free() fixes | |||
2020-03-05 | Add LTO collision free llvm_mode (#223) | van Hauser | |
* first new implementation, only works with AFL_DONT_OPTIMIZE * bug hunting * interim commit * finalized LTO non-collision solution * update documentation * merge resulted in some problems, fixing these * added lto env to env check * fixed llvm weirdness to messes up our instrumentation due CFG rewrite optimizations * all llvm instrumentation issues have been resolved! :-) * llvm 9 is required (so far) * update lto readme |