Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-19 | fix afl-clang-fast for default pcguard mode | van Hauser | |
2020-06-17 | work around for llvm 11 bug | van Hauser | |
2020-06-16 | Fixed missing cast in afl-clang-fast.c, which results in a compilation error ↵ | julian.haerig | |
when using __AFL_FUZZ_TESTCASE_BUF in a C++ target | |||
2020-06-16 | set class afl instrumentation if llvm <= 6 | van Hauser | |
2020-06-14 | Porting to Haiku. | David Carlier | |
getrusage does not implement resident memory gathering, no shm api neither. | |||
2020-06-12 | switch to faster and better hash + random | van Hauser | |
2020-06-12 | shm debug and fixes | van Hauser | |
2020-06-09 | code format | Dominik Maier | |
2020-06-09 | fixed shmap fuzzing | Dominik Maier | |
2020-06-04 | fix cmplog for shmem persistent mode | van Hauser | |
2020-06-04 | add afl-ld-lto for LTO | van Hauser | |
2020-06-04 | code format | van Hauser | |
2020-06-04 | fix shmem persistent mode | van Hauser | |
2020-06-03 | Merge pull request #390 from devnexen/obsd_no_retpoline | hexcoder | |
OpenBSD build update and llvm mode fix | |||
2020-06-03 | switch order of shmem fuzz | van Hauser | |
2020-06-03 | switch shmem_len to the map | van Hauser | |
2020-06-02 | got rid of questionable phrasing | Dominik Maier | |
2020-06-01 | code format | van Hauser | |
2020-06-01 | fixed persistent mode shared mem fuzzing | van Hauser | |
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 | |