about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-05-14fix afl-clang-fast help outputvan Hauser
2020-05-14Makefile: for convenience forward targets to GNUmakehexcoder-
2020-05-14added unicornafl fix infoDominik Maier
2020-05-14unicornafl versionDominik Maier
2020-05-14prefer python3Dominik Maier
2020-05-14if target crashes add LTO fixed map as a possible reasonvan Hauser
2020-05-14deprecated AFL_POST_LIBRARYvan Hauser
2020-05-13init/deinit need to be optional for post libvan Hauser
2020-05-13better cleanvan Hauser
2020-05-13fix GNUmakefilevan Hauser
2020-05-13unicornafl build script: python version is criticalhexcoder
2020-05-13GNUmakefile: avoid tabshexcoder-
2020-05-13code-format and slight -S/-M modificationsvan Hauser
2020-05-13GNUmakefile: add paths /usr/local/... for OpenBSD, add check for ASANhexcoder-
2020-05-13unicornafl build script: fix sed call for OpenBSD, use present pythonhexcoder-
bug fixes:
2020-05-13Merge pull request #361 from rish9101/pre_save_formatvan Hauser
Add post library API as custom mutator and rename pre_save
2020-05-13Fix previous commit bugsrish9101
2020-05-13Fix bugs, remove intial post library testrish9101
2020-05-13Add post library API as custom mutator and rename pre_saverish9101
2020-05-13move has_new_bits for better performancevan Hauser
2020-05-12Darwin tests: grep --binary-files=text for laf-intel and skipping of unittestshexcoder-
2020-05-12updated uc refDominik Maier
2020-05-12test/test.sh: prefer python3 over python for unicornafl, avoid realpath and ↵hexcoder-
readlink dependencies
2020-05-12missing env varvan Hauser
2020-05-12enforce mandatary custom functionsvan Hauser
2020-05-12fix custom mutators and add real test casesvan Hauser
2020-05-12new code formatting + appliedvan Hauser
2020-05-12llvm_mode: more support for Darwin/MacOSX (WIP)hexcoder-
2020-05-12fix issue in describe_op showing time inside srcAndrea Fioraldi
2020-05-11blacklist llvmfuzzer functionsvan Hauser
2020-05-11fix typosvan Hauser
2020-05-11merge makefileDominik Maier
2020-05-11updated unicornaflDominik Maier
2020-05-11silened warningsDominik Maier
2020-05-11remove warningsvan Hauser
2020-05-11fixed unicornafl bugDominik Maier
2020-05-11add missing includevan Hauser
2020-05-11document workaround for targets with _init for LTOvan Hauser
2020-05-11bigger initial map when LTOvan Hauser
2020-05-11python formatter: enhance detection of `#define`, needed for multi line macroshexcoder
@andreafioraldi : please have a look at it. Goal is to detect forms of ' # define' also.
2020-05-10final code-format fixes, remove test-multiple-mutators when donevan Hauser
2020-05-10hopefully final fixes from code-format disaster :-(van Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, ↵van Hauser
reverting ... :-(
2020-05-10fix warning, code formatvan Hauser
2020-05-10clang-format: indent preprocessor directives, so nesting levels can be ↵hexcoder
better seen
2020-05-10code-formatvan Hauser
2020-05-10Merge pull request #358 from rish9101/update_docsvan Hauser
Specify usage of multiple custom mutators
2020-05-10LTO fixes for fuzzbenchvan Hauser
2020-05-10Specify usage of multiple custom mutatorsrish9101
2020-05-10Illumos biuld fix (#357)David CARLIER