about summary refs log tree commit diff
path: root/src/afl-fuzz-stats.c
AgeCommit message (Collapse)Author
2020-05-31starting shmap support for unicornDominik Maier
2020-05-10Illumos biuld fix (#357)David CARLIER
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-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-17fix plot_data output and code-formatvan Hauser
2020-04-14code formatDominik Maier
2020-04-14unified forkservered run_target, fixes #308Dominik Maier
2020-04-14fixed #317Dominik Maier
2020-04-14code formatAndrea Fioraldi
2020-04-13code formatDominik Maier
2020-04-13fixed uaf and warningsDominik Maier
2020-04-12Better solution for ARM64 build fix (#315)David CARLIER
2020-04-12build on arm64 fix. tested on Android. (#313)David CARLIER
2020-04-11fix -E/-Vvan Hauser
2020-04-11Autodictionary (#309)van Hauser
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo * better map transfer, display snapshot in UI * update readme
2020-04-11refactored cmplogDominik Maier
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo
2020-04-10resize fix + code formatDominik Maier
2020-04-09one more include movevan Hauser
2020-04-09fix compilation in OpenBSDhexcoder-
2020-04-09code format, small improvementsvan Hauser
2020-04-09fix UI bug for bit flip yieldsvan Hauser
2020-04-09small enhancements and code-formatvan Hauser
2020-04-01fixed bug in cmplogDominik Maier
2020-04-01code formatDominik Maier
2020-04-01less allocsDominik Maier
2020-03-27more apiDominik Maier
2020-03-27Code Format (#275)Rishi Ranjan
2020-03-27code formatDominik Maier
2020-03-23unsaferDominik Maier
2020-03-23more fixes and code-formatvan Hauser
2020-03-23less branches, cleanupDominik Maier
2020-03-22little performance enhancementsvan Hauser
2020-03-21moved string formatting to headerDominik Maier
2020-03-21adjusted int_bufsDominik Maier
2020-03-20added llvm_mode ngram coveragevan Hauser
2020-03-20expose cycles_wo_finds in fuzzer_statsvan Hauser
2020-03-20add RARE schedule. also fixes doc_pathvan Hauser
2020-03-19no more (?) staticsDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-17fixed segfault on early bailoutDominik Maier
2020-03-15print a completed UI screen on exit without bugs :)van Hauser
2020-03-15fix errors in last commit (u8)afl_get_envvan Hauser
2020-03-15Move afl-fuzz related env variables into afl_state_t (#252)Rishi Ranjan
* Move afl-fuzz related env variables into afl_state_t * Move the env variables assignment from fuzz_init and code Format * Fix typo * Remove redundant env variables from afl_env struct * Rename function to read_afl_environment
2020-03-15fauxserverDominik Maier
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-09code-formatvan Hauser
2020-03-09AFL without globals (#220)Dominik Maier
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz