about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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-12Merge pull request #359 from AFLplusplus/devvan Hauser
push to master
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
2020-05-09Merge pull request #356 from devnexen/netbsd_build_fix_tokencaphexcoder
NetBSD build fix
2020-05-09qemu_mode: make building warning freehexcoder-
2020-05-09LLVMInsTrim.so.cc: fix for LLVM 3.8.0hexcoder-
2020-05-09NetBSD build fixDavid Carlier
2020-05-09minor fixeshexcoder
2020-05-09unicorn_mode/samples/persistent/Makefile: fix non-Linux supporthexcoder-
2020-05-09remove debug outputvan Hauser
2020-05-09custom mutator code enhancements and code-formatvan Hauser
2020-05-09Update docs and Changelog for custom_mutators (#355)Rishi Ranjan
2020-05-08Support 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-08add AFL_DEBUG check to all isatty checksvan Hauser
2020-05-07change docs/README.md to symlink to toplevel README.mdhexcoder-
2020-05-07Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-05-07convert docs/README.md into a symlink to toplevel README.md (helps website ↵hexcoder-
content)
2020-05-07added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument ↵van Hauser
single block functions
2020-05-07fix static and profiling compilation and add profiling calculationvan Hauser