Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-17 | cmplog was neither quiet nor where its llvm passes installed | van Hauser | |
2020-03-11 | honor afl_quiet on env var checks + code-format | van Hauser | |
2020-03-10 | unified pointer placement | Dominik Maier | |
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-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-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-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 | 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 UBSAN handling, update docs | hexcoder- | |
2020-02-05 | afl-showmap fix | van Hauser | |
2020-02-03 | add AFL_USE_UBSAN | Andrea Fioraldi | |
2020-02-01 | AFL_ALIGNED_ALLOC in libdislocator | Andrea Fioraldi | |
2020-01-30 | Merge branch 'master' into CmpLog | Andrea Fioraldi | |
2020-01-30 | cmplog runtime for LLVM | Andrea Fioraldi | |
2020-01-21 | USE_TRACE_PC unnecessary, set env AFL_LLVM_USE_TRACE_PC instead | 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-07 | llvm ver display in afl-clang-fast | van Hauser | |
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 | |
2019-12-31 | final touches before 2.60 2.60c | van Hauser | |
2019-12-24 | qemu ld_preload support and added socket_fuzzing ld_preload library | van Hauser | |
2019-12-19 | llvm_mode for Android | van Hauser | |
2019-12-18 | v2.59c release 2.59c | van Hauser | |
2019-12-18 | added Android PR from afl, left some ifdefs commented out though | van Hauser | |
2019-12-02 | code format (contributors, do it!) | Andrea Fioraldi | |
2019-11-11 | Android PR integration | van Hauser | |
2019-10-31 | Little tweaks | David Carlier | |
2019-10-30 | LLVM mode passing the full path of the LLVM config bindir. | David Carlier | |
On FreeBSD the system compiler does not have llvm-config however system packages provides several version of the LLVM toolchain thus forcing to pass AFL_CC/AFL_CXX to make it work fully. | |||
2019-10-29 | libtokencap update proposal | David Carlier | |
- bcmp interception. - FreeBSD using default argument to get current pid for the mapping data gathering, getpid seems to cause some issues under certain conditions (getenv call). | |||
2019-10-19 | Remove lcamtuf's old email from Google (not valid anymore), also remove ↵ | hexcoder- | |
maintainance from him. | |||
2019-10-18 | sync afl-fast-gcc with afl-clang-fast, add tests for gcc_plugin | hexcoder- | |
2019-09-18 | qemu persistent GPR | Andrea Fioraldi | |
2019-09-16 | man page for afl-clang-fast | van Hauser | |