Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-30 | OpenBSD build update and llvm mode fix | David Carlier | |
Unlike upstream version, LLVM in OpenBSD enable by default anti ROP gadget leading to bigger binaries and lower performances. On OpenBSD, it needs to link to c++ abi for th unwind symbols. | |||
2020-05-30 | fix vor afl-clang | van Hauser | |
2020-05-29 | whitelist wildcard for LTO | van Hauser | |
2020-05-29 | Merge pull request #385 from sirmc/dev | van Hauser | |
Support UNIX-style wildcards in AFL_LLVM_WHITELIST file | |||
2020-05-29 | Remove AFL_LLVM_WHITELIST_FNMATCH env variable | Sebastian Österlund | |
2020-05-29 | code format | van Hauser | |
2020-05-29 | Do clang-format | Sebastian Österlund | |
2020-05-29 | Fix typos in LLVM whitelist README | Sebastian Österlund | |
2020-05-29 | Add AFL_LLVM_WHITELIST_FNMATCH env var | Sebastian Österlund | |
Only enable UNIX pattern matching on the whitelist when AFL_LLVM_WHITELIST_FNMATCH is set. The reason being that we keep backwards compatibility with old whitelists. | |||
2020-05-29 | Support filename pattern matching in whitelist | Sebastian Österlund | |
Allow the whitelist specified by AFL_LLVM_WHITELIST contain entries with UNIX shell-style wildcard pattern matching. | |||
2020-05-28 | Merge pull request #375 from risicle/ris-llvm-compare-transform-var-sized-dev | van Hauser | |
llvm_mode compare-transform-pass: add handling of sized comparisons with non-const size | |||
2020-05-27 | enable snapshot lkm for llvm_mode persistent mode | van Hauser | |
2020-05-27 | allow for copy paste from documentation | van Hauser | |
2020-05-26 | make examples better | van Hauser | |
2020-05-26 | persistent mode shared memory fuzzing - done | van Hauser | |
2020-05-26 | better performance compilation options for afl++ and targets | van Hauser | |
2020-05-25 | llvm_mode compare-transform-pass: add handling of sized comparisons with ↵ | Robert Scott | |
non-const size this involved insertion of an extra length-checking bb for each character to see if we've hit the sized limit. | |||
2020-05-25 | more performance testing | van Hauser | |
2020-05-25 | libfuzzer driver + llvm_mode compilation optimization | van Hauser | |
2020-05-25 | persistent mode: shared memory test case transfer | van Hauser | |
2020-05-25 | llvm_mode compare-transform-pass: refactor comparison length determination | Robert Scott | |
make this clearer and handle case with embedded null characters in const string properly | |||
2020-05-25 | remove not needed error description | van Hauser | |
2020-05-24 | fix cmplog | van Hauser | |
2020-05-24 | fix compare-transform for strn?casecmp | van Hauser | |
2020-05-23 | LTO whitelist functionality rewritten, now anything can be skipped | van Hauser | |
2020-05-23 | installing llvm 11 | van Hauser | |
2020-05-23 | AFL_LLVM_LAF_ALL | van Hauser | |
2020-05-22 | more help for LTO issues | van Hauser | |
2020-05-22 | small enhancements for llvm11 | van Hauser | |
2020-05-22 | fix cmplog for llvm 11-dev | van Hauser | |
2020-05-22 | fix llvm_mode selection | van Hauser | |
2020-05-22 | switching llvm_mode default to pcguard | van Hauser | |
2020-05-17 | adjust documentation for new minimum llvm version 3.4 | hexcoder- | |
2020-05-15 | change: slaves only sync from masters | van Hauser | |
2020-05-15 | llvm_mode: lower llvm version reqs to 3.4 (LLInsTrim will not be | hexcoder- | |
available) | |||
2020-05-14 | fix afl-clang-fast help output | van Hauser | |
2020-05-12 | new code formatting + applied | van Hauser | |
2020-05-12 | llvm_mode: more support for Darwin/MacOSX (WIP) | hexcoder- | |
2020-05-11 | blacklist llvmfuzzer functions | van Hauser | |
2020-05-11 | fix typos | van Hauser | |
2020-05-11 | add missing include | van Hauser | |
2020-05-11 | document workaround for targets with _init for LTO | van Hauser | |
2020-05-11 | bigger initial map when LTO | van Hauser | |
2020-05-10 | indenting preprocessor directives breaks compilation and cant be fixed, ↵ | van Hauser | |
reverting ... :-( | |||
2020-05-10 | fix warning, code format | van Hauser | |
2020-05-10 | code-format | van Hauser | |
2020-05-10 | LTO fixes for fuzzbench | van Hauser | |
2020-05-09 | LLVMInsTrim.so.cc: fix for LLVM 3.8.0 | hexcoder- | |
2020-05-08 | add AFL_DEBUG check to all isatty checks | van Hauser | |
2020-05-07 | added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument ↵ | van Hauser | |
single block functions |