about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2021-03-05point explicitly to AFL_MAP_SIZE on problemsvanhauser-thc
2021-03-04disable corpus introspection, potentially creates huge datavanhauser-thc
2021-03-04no ASAN odr violations by defaultvanhauser-thc
2021-03-04fix caller/ctx change, support dlopen in afl-compiler-rtvanhauser-thc
2021-03-04code formatAndrea Fioraldi
2021-03-04llvm mode CALLER modeAndrea Fioraldi
2021-03-03add new tutorialvanhauser-thc
2021-03-02add de-unicoded dictionary entriesvanhauser-thc
2021-03-01len for cmplog rtnaflpp
2021-03-01ensure proper aligning for skim patchvanhauser-thc
2021-02-28fix afl-common compilevanhauser-thc
2021-02-27fix qasan search pathvanhauser-thc
2021-02-25changing the -t ...+ meaning to "auto-calculate buth this is the max"vanhauser-thc
2021-02-25edges in afl-plotAndrea Fioraldi
2021-02-25helper_min3 funcAndrea Fioraldi
2021-02-24Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into devAndrea Fioraldi
2021-02-24edges in plot fileAndrea Fioraldi
2021-02-24typoshexcoder
2021-02-24tidied up env suggestionsDominik Maier
2021-02-22fix error msgvanhauser-thc
2021-02-22auto mode for CTX + NGRAMvanhauser-thc
2021-02-22minimum sync timevanhauser-thc
2021-02-22ensure a valid seed existsvanhauser-thc
2021-02-22another fix for disabled entriesvanhauser-thc
2021-02-22crash fixvanhauser-thc
2021-02-21fixvanhauser-thc
2021-02-21how to compare afl++vanhauser-thc
2021-02-21cmplog config.h -> -l optionvanhauser-thc
2021-02-21more attuned colorize repacevanhauser-thc
2021-02-20-t helpvanhauser-thc
2021-02-19improved env suggestionsAndrea Fioraldi
2021-02-19suggested env vars for lazy pplAndrea Fioraldi
2021-02-17fix a rare i2s illegal memory accessvanhauser-thc
2021-02-17fix FPE in colorizationvanhauser-thc
2021-02-15Revert "llvm bug workaround for lto extint"Michael Rodler
This reverts commit e3a5c31307f323452dc4b5288e0d19a02b596a33.
2021-02-15mergedDominik Maier
2021-02-15fixed scan-build issuesDominik Maier
2021-02-15llvm bug workaround for lto extintvanhauser-thc
2021-02-15redqueen fix compiler warnings for 32 bithexcoder-
2021-02-13added AFL_IGNORE_UNKNOWN_ENVSvanhauser-thc
2021-02-13fix new compiler warninghexcoder-
2021-02-13Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2021-02-13fix issue #732 afl-cmin and afl-showmap should support '-f'hexcoder-
2021-02-13fuck you llvm 13aflpp
2021-02-12fix #736 (ty b1gr3db)Andrea Fioraldi
2021-02-09more cmplog options in config.hvanhauser-thc
2021-02-07fix scan-build issuesvanhauser-thc
2021-02-07larger map, stats reload fix, code formatvanhauser-thc
2021-02-07Merge pull request #728 from vj-27/devvan Hauser
load existing stats file when in AFL_AUTORESUME or -i - mode.
2021-02-07prev_run_time loaded used only for ui and when writing the stats filevj-27