Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-10 | document new environment variables and code format | van Hauser | |
2020-03-10 | afl-tmin is fixed via default initialization in forkserver | van Hauser | |
2020-03-09 | disable leaksanitizer when "make" ... more | van Hauser | |
2020-03-09 | more honoring be_quiet | 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-09 | reactivated LTO persistent mode to test.sh | van Hauser | |
2020-03-09 | more detail to the fact that LTO mode can fail easily | van Hauser | |
2020-03-09 | bug fixes to afl-ld and intensive README.lto.md update on errors and how to ↵ | van Hauser | |
do the steps by hand, plus global code format | |||
2020-03-08 | afl-ld fixes for -L/-l .a libary loads | van Hauser | |
2020-03-08 | "fixed" symbol multiply defined problems with LTO | van Hauser | |
2020-03-06 | small fix to run cmplog binaries outside afl-fuzz | Andrea Fioraldi | |
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 | |||
2020-03-04 | added __afl_final_loc to all compile RTs | van Hauser | |
2020-03-03 | fix prev commit | Andrea Fioraldi | |
2020-03-03 | allow custom cflags on llvm makefile | Andrea Fioraldi | |
2020-03-01 | fix #218 | Andrea Fioraldi | |
2020-02-29 | afl-clang-fast: only show the official env vars | van Hauser | |
2020-02-29 | code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵ | van Hauser | |
and Makefile | |||
2020-02-28 | add env info to afl-clang-fast, small Android change | hexcoder- | |
2020-02-28 | code-format | van Hauser | |
2020-02-27 | bye bye SanCov for CmpLog | Andrea Fioraldi | |
2020-02-25 | fix references to README docs | hexcoder- | |
2020-02-24 | important InsTrim bugfix! | van Hauser | |
2020-02-24 | important InsTrim fixes! | van Hauser | |
2020-02-21 | ooops, I forgot to merge thsi part :( | Andrea Fioraldi | |
2020-02-21 | block the usage of mopt with optionals mutators (redqueen/radamsa/etc...) | Andrea Fioraldi | |
2020-02-19 | Merge pull request #202 from vanhauser-thc/cmplog_routines | Andrea Fioraldi | |
Cmplog routines for LLVM mode | |||
2020-02-19 | merge afl-llvm-cmplog-rt into afl-llvm-rt | Andrea Fioraldi | |
2020-02-19 | forgot cleanup | van Hauser | |
2020-02-19 | fix travis and fix logic | van Hauser | |
2020-02-19 | isatty for all compilers + AFL_DEBUG | van Hauser | |
2020-02-18 | fuzzer wotking with rtn cmplog | Andrea Fioraldi | |
2020-02-18 | fix insertion of __cmplog_rtn_hook | Andrea Fioraldi | |
2020-02-18 | cmplog routines llvm pass | Andrea Fioraldi | |
2020-02-16 | check for mistyped env vars | van Hauser | |
2020-02-16 | fix for instrim (not the important one) | van Hauser | |
2020-02-16 | code format | Andrea Fioraldi | |
2020-02-16 | fix UBSAN handling, update docs | hexcoder- | |
2020-02-13 | fix issue #194 more seriously | hexcoder- | |
2020-02-11 | compatibility for GNU make 4.3, which behaves different for | hexcoder- | |
lines with '#' like in ifeq "$(shell echo '\#include <sys/ipc.h> ... Now make v 4.3 wants ifeq "$(shell echo '#include <sys/ipc.h> ... In order to get it working with all GNU makes, we use a make variable for '#' called HASH | |||
2020-02-05 | afl-showmap fix | van Hauser | |
2020-02-03 | Merge pull request #186 from vanhauser-thc/ubsan | van Hauser | |
add AFL_USE_UBSAN | |||
2020-02-03 | fix MDs | van Hauser | |
2020-02-03 | s/experimental\//examples\/g | Andrea Fioraldi | |
2020-02-03 | add AFL_USE_UBSAN | Andrea Fioraldi | |
2020-02-01 | AFL_ALIGNED_ALLOC in libdislocator | Andrea Fioraldi | |
2020-01-31 | small fixes | hexcoder | |
2020-01-30 | changelog | Andrea Fioraldi | |
2020-01-30 | fix links in readme | Andrea Fioraldi | |
2020-01-30 | moar llvm readme | Andrea Fioraldi | |