about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2023-04-22typovanhauser-thc
2023-04-21add dummy functions to afl-showmap for old gcc compilersvanhauser-thc
2023-04-21dummy function for afl-showmapvanhauser-thc
2023-04-20afl-showmap custom mutator supportvanhauser-thc
2023-04-16hidden -Y option for nyx, code formatvanhauser-thc
2023-04-16Merge pull request #1702 from schumilo/devvan Hauser
2023-04-16pass absolute paths to libnyxSergej Schumilo
2023-04-16remove redundant access() callSergej Schumilo
2023-04-16improved Nyx tmp dir handling (additional sanity checks)Sergej Schumilo
2023-04-16fix remove_nyx_tmp_workdir functionSergej Schumilo
2023-04-15fix post_processvanhauser-thc
2023-04-14add some sanity checks and remove duplicate nyx_shutdown callsSergej Schumilo
2023-04-14add NYX_REUSE_SNAPSHOT env-var optionSergej Schumilo
2023-04-14switch to latest libnyx APISergej Schumilo
2023-04-14add Nyx support in various tools (like afl-cmin)Sergej Schumilo
2023-04-13fix attempt at post_process implementationvanhauser-thc
2023-04-13remove -z option, use -p mmopt insteadvanhauser-thc
2023-04-10Merge pull request #1698 from neuschaefer/nodefervan Hauser
2023-04-10afl-cc: Don't offer __AFL_INIT() etc. in GCC/CLANG modesJonathan Neuschäfer
2023-04-09remove pointer to removed docvanhauser-thc
2023-04-08afl-cc: Avoid casts of string literals to char*, in definition of __AFL_INIT(...Jonathan Neuschäfer
2023-04-08show custom mutator name in UIvanhauser-thc
2023-04-08hopefully better -z algorithmvanhauser-thc
2023-04-05fixvanhauser-thc
2023-04-05better new weightingvanhauser-thc
2023-04-05add -z switchvanhauser-thc
2023-04-02fix ui layout with slow targets in pizza modevanhauser-thc
2023-04-02allow pizza mode to be disabledvanhauser-thc
2023-04-02fix buffer overflow in pizza mode :(vanhauser-thc
2023-03-31nitsvanhauser-thc
2023-03-29introspectionvanhauser-thc
2023-03-28[afs-as] Allow debugging arguments after the input fileTulio Magno Quites Machado Filho
2023-03-28nitsvanhauser-thc
2023-03-27time_wo_finds in fuzzer_statsvanhauser-thc
2023-03-26Clarify confusing version messageChris Down
2023-03-26fix frida modevanhauser-thc
2023-03-25add likely() to cksum checkyuawn
2023-03-25add check for n_fuzz updateyuawn
2023-03-10Merge pull request #1672 from AFLplusplus/devvan Hauser
2023-03-09code formatvanhauser-thc
2023-03-09various fixesvanhauser-thc
2023-03-09fix attempt at lsanvanhauser-thc
2023-03-09fast schedules n_fuzz update after classifyvanhauser-thc
2023-03-06Merge pull request #1667 from amitelka/feature/opt_statsfile_update_intervalvan Hauser
2023-03-06Fixed according to CRAmit Elkabetz
2023-03-06fix IGNORE_PROBLEMS and update qemuaflvanhauser-thc
2023-03-05Changed warning message to use const instead of magicAmit Elkabetz
2023-03-05Fixed according to PR comment, moved cli flag to an env variableAmit Elkabetz
2023-03-05Added minimum interval of 1 sec to avoid undefined behaviour in intervalAmit Elkabetz
2023-03-05auto code format fixesAmit Elkabetz