Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-01-30 | Merge branch 'master' into CmpLog | Andrea Fioraldi | |
2020-01-30 | status custom/rq | Andrea Fioraldi | |
2020-01-30 | cmplog runtime for LLVM | Andrea Fioraldi | |
2020-01-30 | for partial functionality ignore the LLVMInsTrim build result | hexcoder- | |
2020-01-30 | lower requirements for lower llvm/clang versions | hexcoder- | |
3.7.1 works with the exception of InsTrim, 3.8.1 and above is ok | |||
2020-01-28 | android: prefer bigcores | van Hauser | |
2020-01-28 | bump llvm version | van Hauser | |
2020-01-28 | First tests with LLVM 11 | David Carlier | |
2020-01-25 | added whitelist+blacklist to all llvm_mode passes | van Hauser | |
2020-01-21 | USE_TRACE_PC unnecessary, set env AFL_LLVM_USE_TRACE_PC instead | van Hauser | |
2020-01-19 | fix for getopt | van Hauser | |
2020-01-17 | format | Andrea Fioraldi | |
2020-01-17 | first experiment cmplog | Andrea Fioraldi | |
2020-01-15 | blacklist function support for llvm_mode | van Hauser | |
2020-01-08 | Merge pull request #166 from devnexen/llvm_mode_avoid_instrinsics | hexcoder | |
llvm_mode little update proposal (avoid instrumenting llvm intrinsic functions). | |||
2020-01-07 | llvm ver display in afl-clang-fast | van Hauser | |
2020-01-07 | llvm_mode little update proposal. | David Carlier | |
avoiding intrinsics generated by LLVM for the isntrumentation. | |||
2020-01-06 | 2020 copyright note | Andrea Fioraldi | |
2020-01-06 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-01-06 | added ++ to copyright notes | Andrea Fioraldi | |
2020-01-02 | compile fixes | van Hauser | |
2019-12-31 | final touches before 2.60 2.60c | van Hauser | |
2019-12-30 | really ensure that all .test files are removed after they are not needed anymore | van Hauser | |
2019-12-27 | fix issue #155 AFL_LLVM_LAF_SPLIT_FLOATS breaks bogofilter | hexcoder- | |
added some forgotten floating point comparison types | |||
2019-12-24 | qemu ld_preload support and added socket_fuzzing ld_preload library | van Hauser | |
2019-12-21 | restore llvm DebugInfo | Andrea Fioraldi | |
2019-12-21 | try to work with llvm < 3.7 | Andrea Fioraldi | |
2019-12-21 | use llvm-config from env for version check | Kjell Braden | |