about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2020-05-28simplify u64van Hauser
2020-05-27fix 64bit support for powerpc, risc, etc.van Hauser
2020-05-25persistent mode: shared memory test case transfervan Hauser
2020-05-15fix possible null ptr deref in afl-prealloc.hhexcoder-
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-15v2.65d initvan Hauser
2020-05-15v2.65cvan Hauser
2020-05-14deprecated AFL_POST_LIBRARYvan Hauser
2020-05-13code-format and slight -S/-M modificationsvan Hauser
2020-05-13Fix bugs, remove intial post library testrish9101
2020-05-13Add post library API as custom mutator and rename pre_saverish9101
2020-05-12new code formatting + appliedvan Hauser
2020-05-11bigger initial map when LTOvan Hauser
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-10code-formatvan Hauser
2020-05-10Illumos biuld fix (#357)David CARLIER
2020-05-09qemu_mode: make building warning freehexcoder-
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-04-30afl-untracer completedvan Hauser
2020-04-26moved defines to typevan Hauser
2020-04-26refactored global listsDominik Maier
2020-04-25Android supports arc4 api.David Carlier
2020-04-24variable map size fix, error reporting through forkserver, code formatvan Hauser
2020-04-20add linevan Hauser
2020-04-20double include removedDominik Maier
2020-04-20android ashmem fixDominik Maier
2020-04-20switched to clang-format-10van Hauser
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-17v2.64d initvan Hauser
2020-04-17headers for clang-tidyDominik Maier
2020-04-17unused varDominik Maier
2020-04-17little more speed for queue analysisvan Hauser
2020-04-17removed tmp alloc in queueDominik Maier
2020-04-17refactoring getting the map sizevan Hauser
2020-04-17remove unnecessary map_size variablesvan Hauser
2020-04-17forgot MAP_SIZE for afl struct mapsvan Hauser
2020-04-17added AFL_MAP_SIZE (wip)van Hauser
2020-04-16removed redundent funcsDominik Maier
2020-04-16hunting non-static functionsDominik Maier
2020-04-16renamed duplicated func namesDominik Maier
2020-04-16decoupled run and classifyDominik Maier
2020-04-16fixed timeout flag to u32Dominik Maier
2020-04-15somewhat unified write_to_testcaseDominik Maier
2020-04-15changed run_targetDominik Maier
2020-04-14code formatDominik Maier