about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2023-08-17add env var to help outputvanhauser-thc
2023-08-13nitsvanhauser-thc
2023-08-13Remove redundant comparison of `fav_factor` in `update_bitmap_score`chinggg
`top_rated_fav_factor` was actually calculated twice, but only one calculation and comparison is needed. Since `fav_factor` > `top_rated_fav_factor` will always cause skip of current iteration, `else if (fuzz_p2 == top_rated_fuzz_p2)` is also redundant.
2023-08-11add AFL_FINAL_SYNCmarc
2023-08-09code formatmarc
2023-08-09Merge pull request #1821 from junwha0511/crashing-seeds-as-new-crashvan Hauser
Implement an option for treating crashing seeds as new crash
2023-08-09Merge pull request #1829 from devnexen/fix_build_fuzzqueenvan Hauser
afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* calls
2023-08-09-c - supportmarc
2023-08-08afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* callsDavid CARLIER
2023-08-04Add AFL_NYX_LOG to redirect NYX hprintf messages to a file.Jesse Schwartzentruber
2023-08-04update the old nyx env var naming schemeSergej Schumilo
(to have a more consistent naming overall)
2023-08-04Define AFL_CRASHING_SEEDS_AS_NEW_CRASH as env variableJunwha
- and fix typo Signed-off-by: Junwha <qbit@unist.ac.kr>
2023-08-04nitsvanhauser-thc
2023-08-03make nyx aux buffer size configurableSergej Schumilo
2023-08-02Add option for treating crashing input as new crashJunwha
Signed-off-by: Junwha Hong <qbit@unist.ac.kr>
2023-07-30Various fixes for warnings, extends #1818Dominik Maier
2023-07-30Fix format specifiers (#1818)mark0
* Update afl-mutations.h Fix bug: compilation cannot pass when DEBUG macro is enabled * Update afl-fuzz-one.c Fix bug: compilation cannot pass when DEBUG macro is enabled
2023-07-28doc fixvanhauser-thc
2023-07-28fix the file descriptor without determining nullmark0
2023-07-23temp cmplog fixesvanhauser-thc
2023-07-21improve cmplog level 3vanhauser-thc
2023-07-18take care of uninstrumented mode for fuzz state and modevanhauser-thc
2023-07-13Update afl-common.c typohexcoder
2023-07-12nitsvanhauser-thc
2023-07-10nitsvanhauser-thc
2023-07-07remove extra limits.h in afl-ld-lto for BSDfuzzah
2023-07-07add limits.h to afl-ld-ltovanhauser-thc
2023-07-05update llvm recommendationsvanhauser-thc
2023-07-04nitsvanhauser-thc
2023-07-03Fix max_params define.Eli Kobrin
2023-07-03commentvanhauser-thc
2023-07-02no_ui: display timevanhauser-thc
2023-07-01switch exploit strategyvanhauser-thc
2023-06-30afl-showmap fixvanhauser-thc
2023-06-29update mutation strategyvanhauser-thc
2023-06-29Merge pull request #1789 from AFLplusplus/orig_mut3van Hauser
better mutator weightings
2023-06-26Merge pull request #1786 from coc-cyqh/IncNumOfParamsvan Hauser
Increase the number of afl-cc supported params
2023-06-27Increase the number of afl-cc supported paramsSiqi Chen
2023-06-23new mutation weightingvanhauser-thc
2023-06-22remove dead code, code formatvanhauser-thc
2023-06-21nitsvanhauser-thc
2023-06-21fix afl-cmin* for old afl vanilla issuevanhauser-thc
2023-06-21nitsvanhauser-thc
2023-06-21switch back to normal mutationsvanhauser-thc
2023-06-20fix timeout for sessions restart and + usagevanhauser-thc
2023-06-14minor cmplog bugfixvanhauser-thc
2023-06-12enable text modevanhauser-thc
2023-06-12update new feature configvanhauser-thc
2023-06-09binary mutationsvanhauser-thc
2023-06-09Merge pull request #1764 from AFLplusplus/mncompvan Hauser
class afl++ mutations