Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-14 | fixes lots of llvm warnings | van Hauser | |
2020-08-13 | fix llvm and afl-showmap | van Hauser | |
2020-08-13 | fix for sancov | van Hauser | |
2020-08-13 | refactor get filename | van Hauser | |
2020-08-13 | code review: fixed some typos | hexcoder- | |
2020-08-12 | split up __afl_manual_init, added internal AFL_DISABLE_LLVM_INSTRUMENTATION, ↵ | van Hauser | |
skipping ctor+ifunc functions for all llvm, code-format | |||
2020-08-05 | travis fixes | van Hauser | |
2020-08-05 | add sancov-like allow/denylist instrument feature | van Hauser | |
2020-08-02 | refactoring debug/be_quiet, fatal on dont_optimize and instrument_file | van Hauser | |
2020-06-30 | Big renaming (#429) | van Hauser | |
* first commit, looks good * fix ascii percentage calc * fix ascii percentage calc * modify txt configs for test * further refinement * Revert "Merge branch 'text_inputs' into dev" This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b. * blacklist -> ignore renaming * rename whitelist -> instrumentlist * reduce the time interval in which the secondaries sync Co-authored-by: root <root@localhost.localdomain> | |||
2020-05-29 | Remove AFL_LLVM_WHITELIST_FNMATCH env variable | Sebastian Österlund | |
2020-05-29 | Do clang-format | 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-15 | llvm_mode: lower llvm version reqs to 3.4 (LLInsTrim will not be | hexcoder- | |
available) | |||
2020-05-11 | blacklist llvmfuzzer functions | van Hauser | |
2020-05-06 | added InsTrimLTO :-) | van Hauser | |
2020-04-27 | fix for older llvm versions | hexcoder- | |
2020-04-25 | refactored whitelist and blacklist in llvm_mode | van Hauser | |