about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2020-05-27fix MOPT implementation flaws in core fuzzingarnow117
2020-05-25persistent mode: shared memory test case transfervan Hauser
2020-05-23forkserver: missing space in messagehexcoder
2020-05-23AFL_LLVM_LAF_ALLvan Hauser
2020-05-22more help for LTO issuesvan Hauser
2020-05-20better sync - lesser and better importsvan Hauser
2020-05-20remove master file on exitvan Hauser
2020-05-19forgot the unlink ...van Hauser
2020-05-19if no master is present a slave becomes a temporary mastervan Hauser
2020-05-18afl-as fast system fixvan Hauser
2020-05-17fix master creation filevan Hauser
2020-05-17fix -M checkvan Hauser
2020-05-15removed overlooked post_lib references, added post_lib examples to ↵van Hauser
examples/custom_mutators
2020-05-15change: slaves only sync from mastersvan Hauser
2020-05-15code formatDominik Maier
2020-05-14unicorn mode may run scriptsDominik 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-13fix GNUmakefilevan Hauser
2020-05-13code-format and slight -S/-M modificationsvan Hauser
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-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-12fix issue in describe_op showing time inside srcAndrea Fioraldi
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, ↵van Hauser
reverting ... :-(
2020-05-10fix warning, code formatvan Hauser
2020-05-10code-formatvan Hauser
2020-05-10Illumos biuld fix (#357)David CARLIER
2020-05-09remove debug outputvan Hauser
2020-05-09custom mutator code enhancements and code-formatvan Hauser
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-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
2020-05-03fix for afl-tmin -fvan Hauser
2020-05-02AFL_LLVM_SKIP_NEVERZERO addedvan Hauser
2020-05-01code formatDominik Maier
2020-04-30afl-untracer completedvan Hauser
2020-04-30afl-untracer - next stepvan Hauser
2020-04-27better fix for showmapvan Hauser
2020-04-27better fix for showmapvan Hauser
2020-04-27fix for afl-showmap with -Qvan Hauser
2020-04-26fix negative stability bug (hopefully)van Hauser
2020-04-26refactored global listsDominik Maier
2020-04-26map_size one linerDominik Maier