about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Collapse)Author
2020-07-20debug test for rngvan Hauser
2020-07-14added frida gum extensionvan Hauser
2020-07-08eliminate race condition for cpu affinity on -M/-Svan Hauser
2020-07-01v2.66c release preparationvan Hauser
2020-07-01restore credit for afl-tmin fork server patchhexcoder
2020-06-30reduce the time interval in which the secondaries syncvan Hauser
2020-06-30rename whitelist -> instrumentlistvan Hauser
2020-06-27fix typosvan Hauser
2020-06-25shmem release fixvan Hauser
2020-06-25remove radamsa, add radamsa custom mutatorvan Hauser
2020-06-25add seek power schedule, remove update stats in calibration, fix help outputvan Hauser
2020-06-24decrease time to sync for mainvan Hauser
2020-06-24add -D option for -Svan Hauser
2020-06-24create .synced/NAMES.last to document last sync attemptsvan Hauser
2020-06-22Added rand, hash unittestsDominik Maier
2020-06-21fix for s=0van Hauser
2020-06-21fix for -s 0van Hauser
2020-06-15code formatDominik Maier
2020-06-14kill targets on exitvan Hauser
2020-06-12fix for checksumsvan Hauser
2020-06-12switch to faster and better hash + randomvan Hauser
2020-06-09Disable array subscript warningDavid Carlier
2020-06-04fix cmplog for shmem persistent modevan Hauser
2020-06-04code formatvan Hauser
2020-06-03code formatvan Hauser
2020-06-03shared mem input for qemu persistent hookAndrea Fioraldi
2020-06-02got rid of questionable phrasingDominik Maier
2020-06-02Merge branch 'dev' of github.com:aflplusplus/aflplusplus into devDominik Maier
2020-06-02minor fixesDominik Maier
2020-06-01code formatvan Hauser
2020-05-31starting shmap support for unicornDominik Maier
2020-05-25persistent mode: shared memory test case transfervan Hauser
2020-05-20remove master file on exitvan Hauser
2020-05-17fix master creation filevan Hauser
2020-05-15change: slaves only sync from mastersvan Hauser
2020-05-14deprecated AFL_POST_LIBRARYvan Hauser
2020-05-13code-format and slight -S/-M modificationsvan Hauser
2020-05-12new code formatting + appliedvan Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, ↵van Hauser
reverting ... :-(
2020-05-10fix warning, code formatvan Hauser
2020-05-09remove debug outputvan 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-07fix static and profiling compilation and add profiling calculationvan Hauser
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-17add missing limits.h include for PATH_MAX (OpenBSD)hexcoder-
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 to env help outputvan Hauser
2020-04-17added AFL_MAP_SIZE (wip)van Hauser