Age | Commit message (Expand) | Author |
2020-05-14 | GNUmakefile: add standard path for NetBSD, test for git and svn before use | hexcoder- |
2020-05-14 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | hexcoder- |
2020-05-14 | test.sh: make sure the right python version (with setuptools available) is be... | hexcoder- |
2020-05-14 | unicornafl build script: find matching python and setuptools | hexcoder- |
2020-05-14 | fix afl-clang-fast help output | van Hauser |
2020-05-14 | Makefile: for convenience forward targets to GNUmake | hexcoder- |
2020-05-14 | added unicornafl fix info | Dominik Maier |
2020-05-14 | unicornafl version | Dominik Maier |
2020-05-14 | prefer python3 | Dominik Maier |
2020-05-14 | if target crashes add LTO fixed map as a possible reason | van Hauser |
2020-05-14 | deprecated AFL_POST_LIBRARY | van Hauser |
2020-05-13 | init/deinit need to be optional for post lib | van Hauser |
2020-05-13 | better clean | van Hauser |
2020-05-13 | fix GNUmakefile | van Hauser |
2020-05-13 | unicornafl build script: python version is critical | hexcoder |
2020-05-13 | GNUmakefile: avoid tabs | hexcoder- |
2020-05-13 | code-format and slight -S/-M modifications | van Hauser |
2020-05-13 | GNUmakefile: add paths /usr/local/... for OpenBSD, add check for ASAN | hexcoder- |
2020-05-13 | unicornafl build script: fix sed call for OpenBSD, use present python | hexcoder- |
2020-05-13 | Merge pull request #361 from rish9101/pre_save_format | van Hauser |
2020-05-13 | Fix previous commit bugs | rish9101 |
2020-05-13 | Fix bugs, remove intial post library test | rish9101 |
2020-05-13 | Add post library API as custom mutator and rename pre_save | rish9101 |
2020-05-13 | move has_new_bits for better performance | van Hauser |
2020-05-12 | Darwin tests: grep --binary-files=text for laf-intel and skipping of unittests | hexcoder- |
2020-05-12 | updated uc ref | Dominik Maier |
2020-05-12 | test/test.sh: prefer python3 over python for unicornafl, avoid realpath and r... | hexcoder- |
2020-05-12 | missing env var | van Hauser |
2020-05-12 | enforce mandatary custom functions | van Hauser |
2020-05-12 | fix custom mutators and add real test cases | van Hauser |
2020-05-12 | new code formatting + applied | van Hauser |
2020-05-12 | Merge pull request #359 from AFLplusplus/dev | van Hauser |
2020-05-12 | llvm_mode: more support for Darwin/MacOSX (WIP) | hexcoder- |
2020-05-12 | fix issue in describe_op showing time inside src | Andrea Fioraldi |
2020-05-11 | blacklist llvmfuzzer functions | van Hauser |
2020-05-11 | fix typos | van Hauser |
2020-05-11 | merge makefile | Dominik Maier |
2020-05-11 | updated unicornafl | Dominik Maier |
2020-05-11 | silened warnings | Dominik Maier |
2020-05-11 | remove warnings | van Hauser |
2020-05-11 | fixed unicornafl bug | Dominik Maier |
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-11 | python formatter: enhance detection of `#define`, needed for multi line macros | hexcoder |
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, rever... | van Hauser |
2020-05-10 | fix warning, code format | van Hauser |
2020-05-10 | clang-format: indent preprocessor directives, so nesting levels can be better... | hexcoder |