Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-03 | llvm_mode: Fix typo in compiler wrapper | Elia Geretto | |
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-06-19 | fix afl-clang-fast for default pcguard mode | 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-04 | fix shmem persistent mode | van Hauser | |
2020-05-30 | fix vor afl-clang | van Hauser | |
2020-05-27 | enable snapshot lkm for llvm_mode persistent mode | 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 | persistent mode: shared memory test case transfer | van Hauser | |
2020-05-24 | fix compare-transform for strn?casecmp | van Hauser | |
2020-05-23 | AFL_LLVM_LAF_ALL | van Hauser | |
2020-05-22 | fix llvm_mode selection | van Hauser | |
2020-05-22 | switching llvm_mode default to pcguard | van Hauser | |
2020-05-14 | fix afl-clang-fast help output | van Hauser | |
2020-05-10 | code-format | van Hauser | |
2020-05-10 | LTO fixes for fuzzbench | van Hauser | |
2020-05-07 | import transform fix into autodict, code-format | van Hauser | |
2020-05-06 | CTX+NGRAM != LTO | van Hauser | |
2020-05-06 | added InsTrimLTO :-) | van Hauser | |
2020-05-05 | more typos fixed | van Hauser | |
2020-05-05 | ctx+ngram for instrim | van Hauser | |
2020-05-04 | ctx and ngram can be used together now | van Hauser | |
2020-05-02 | AFL_LLVM_SKIP_NEVERZERO added | van Hauser | |
2020-04-17 | llvm fix | van Hauser | |
2020-04-17 | remove unnecessary map_size variables | van Hauser | |
2020-04-17 | added AFL_MAP_SIZE to env help output | van Hauser | |
2020-04-17 | done implementing AFL_MAP_SIZE | van Hauser | |
2020-04-16 | code-format | Dominik Maier | |
2020-04-15 | fix laf-intel transform disable | van Hauser | |
2020-04-15 | disable compare-transform-pass when lto_mode and autodictionary is used. | hexcoder- | |
2020-04-15 | changed run_target | Dominik Maier | |
2020-04-15 | afl-clang-fast: fail when binary name can't be used to determine build mode ↵ | Rick van Schijndel | |
(#318) | |||
2020-04-14 | code format | Andrea Fioraldi | |
2020-04-14 | add missing default names for AFL_LLVM_INSTRUMENT | van Hauser | |
2020-04-13 | more robust search for clang for afl-clang-fast | Andrea Fioraldi | |
2020-04-12 | fix 32/64 bit LTO | van Hauser | |
2020-04-12 | local/global var for compare-transform-pass and code-format | van Hauser | |
2020-04-12 | m32/m64 support for LTO and code-format for test/ | van Hauser | |
2020-04-12 | add global and local var support to autodictionary | van Hauser | |
2020-04-10 | LTO optimization, variable map size, autodictionary (#307) | van Hauser | |
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo | |||
2020-04-09 | fix compilers for empty AFL_CC/AFL_CXX env | van Hauser | |
2020-04-09 | LTO llvm11 (#302) | van Hauser | |
* new LTO mode for llvm 11 * remove unneeded afl-ld and env vars | |||
2020-04-09 | fix review comments by Heiko | van Hauser | |
2020-04-09 | ctx done | van Hauser | |
2020-04-09 | added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ↵ | van Hauser | |
fix, fixed for FUSELD (for LTO) | |||
2020-04-09 | remove maybe_linking artifacts | van Hauser | |
2020-04-01 | reenabled custom mutator report | Dominik Maier | |