Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-11 | bigger initial map when LTO | van Hauser | |
2020-05-11 | python formatter: enhance detection of `#define`, needed for multi line macros | hexcoder | |
@andreafioraldi : please have a look at it. Goal is to detect forms of ' # define' also. | |||
2020-05-10 | final code-format fixes, remove test-multiple-mutators when done | van Hauser | |
2020-05-10 | hopefully final fixes from code-format disaster :-( | 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 | clang-format: indent preprocessor directives, so nesting levels can be ↵ | hexcoder | |
better seen | |||
2020-05-10 | code-format | van Hauser | |
2020-05-10 | Merge pull request #358 from rish9101/update_docs | van Hauser | |
Specify usage of multiple custom mutators | |||
2020-05-10 | LTO fixes for fuzzbench | van Hauser | |
2020-05-10 | Specify usage of multiple custom mutators | rish9101 | |
2020-05-10 | Illumos biuld fix (#357) | David CARLIER | |
2020-05-09 | Merge pull request #356 from devnexen/netbsd_build_fix_tokencap | hexcoder | |
NetBSD build fix | |||
2020-05-09 | qemu_mode: make building warning free | hexcoder- | |
2020-05-09 | LLVMInsTrim.so.cc: fix for LLVM 3.8.0 | hexcoder- | |
2020-05-09 | NetBSD build fix | David Carlier | |
2020-05-09 | minor fixes | hexcoder | |
2020-05-09 | unicorn_mode/samples/persistent/Makefile: fix non-Linux support | hexcoder- | |
2020-05-09 | remove debug output | van Hauser | |
2020-05-09 | custom mutator code enhancements and code-format | van Hauser | |
2020-05-09 | Update docs and Changelog for custom_mutators (#355) | Rishi Ranjan | |
2020-05-08 | Support multiple custom mutators (#282) | Rishi Ranjan | |
* Make a list of custom mutators using env variable * Set up multiple custom mutators * Add destroy custom mutator and changes to load_custom_mutator * Use array instead of list, make changes to afl-fuzz-one for multiple mutators * Make change to fuzz-one custom_queue_get to support multiple mutators * Modify custom python mutator support * Fix bug * Fix missing afl->mutator->data * Revert to list with max count * Change custom_pre_save hook and code format * Free custom_mutator struct in the list * Add testcase for multiple custom mutators * Resolve merge conflict | |||
2020-05-08 | add AFL_DEBUG check to all isatty checks | van Hauser | |
2020-05-07 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | hexcoder- | |
2020-05-07 | convert docs/README.md into a symlink to toplevel README.md (helps website ↵ | hexcoder- | |
content) | |||
2020-05-07 | added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument ↵ | van Hauser | |
single block functions | |||
2020-05-07 | fix static and profiling compilation and add profiling calculation | van Hauser | |
2020-05-07 | calculate correct collisions for classic in InsTrimLTO | van Hauser | |
2020-05-07 | fix typos | van Hauser | |
2020-05-07 | untracer README: one typo fixed | hexcoder | |
2020-05-07 | Merge pull request #354 from jtpereyda/readme-apt-flex | Andrea Fioraldi | |
add flex to apt install list | |||
2020-05-07 | import transform fix into autodict, code-format | van Hauser | |
2020-05-06 | add flex to apt install list | Joshua Pereyda | |
2020-05-06 | better README for untracer | van Hauser | |
2020-05-06 | doc update | van Hauser | |
2020-05-06 | fix untracer | van Hauser | |
2020-05-06 | aarch64 support for afl-untracer | van Hauser | |
2020-05-06 | make build options for qemu more visible | van Hauser | |
2020-05-06 | rename pass | van Hauser | |
2020-05-06 | CTX+NGRAM != LTO | van Hauser | |
2020-05-06 | added InsTrimLTO :-) | van Hauser | |
2020-05-06 | update llvm version in README | van Hauser | |
2020-05-05 | updated unicornafl | Dominik Maier | |
2020-05-05 | add one more alternative to python requirements: python-dev | hexcoder- | |
2020-05-05 | fix unit tests when printf is a macro | hexcoder- | |
2020-05-05 | maybe_grow->ck_maybe_grow | van Hauser | |
2020-05-05 | more typos fixed | van Hauser | |
2020-05-05 | more typos fixed | van Hauser | |
2020-05-05 | fixed typos | van Hauser | |
2020-05-05 | fix LTO mode | van Hauser | |