about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2020-06-20modify txt configs for testvan Hauser
2020-06-19first commit, looks goodvan Hauser
2020-06-19fix afl-clang-fast for default pcguard modevan Hauser
2020-06-16fix for *BSD: remove all HAVE_ARC4RANDOM dependencieshexcoder-
2020-06-15switched to new MOpt dictionary supportvan Hauser
2020-06-15improve performance for default power schedulevan Hauser
2020-06-15code formatDominik Maier
2020-06-14Porting to Haiku.David Carlier
getrusage does not implement resident memory gathering, no shm api neither.
2020-06-13fix typosvan Hauser
2020-06-12code-format killed the compilationvan Hauser
2020-06-12code-format killed the compilationvan Hauser
2020-06-12fix for checksumsvan Hauser
2020-06-12switch to faster and better hash + randomvan Hauser
2020-06-10start of illumos cpu binding implementation.David Carlier
The current user needs the proc_owner permission, not something doable via the settings script.
2020-06-08Merge pull request #396 from Kyle-Kyle/masterhexcoder
fix a fundamental bug: favor random branches
2020-06-07fix a fundamental bug: favor random branch randomlyKyle ZENG
2020-06-04fix cmplog for shmem persistent modevan Hauser
2020-06-03switch shmem_len to the mapvan Hauser
2020-06-02got rid of questionable phrasingDominik Maier
2020-05-31starting shmap support for unicornDominik Maier
2020-05-30commentDominik Maier
2020-05-30reverted extendended read_timedDominik Maier
2020-05-30corrected read_timed for values > 4Dominik Maier
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