about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2021-02-25cmplog finetuningvanhauser-thc
2021-02-24Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into devAndrea Fioraldi
2021-02-24edges in plot fileAndrea Fioraldi
2021-02-24fixesvanhauser-thc
2021-02-24typovanhauser-thc
2021-02-24redqueen settings optvanhauser-thc
2021-02-22code formatvanhauser-thc
2021-02-22minimum sync timevanhauser-thc
2021-02-21cmplog config.h -> -l optionvanhauser-thc
2021-02-19suggested env vars for lazy pplAndrea Fioraldi
2021-02-17minor fixesvanhauser-thc
2021-02-15Revert "llvm bug workaround for lto extint"Michael Rodler
This reverts commit e3a5c31307f323452dc4b5288e0d19a02b596a33.
2021-02-15llvm bug workaround for lto extintvanhauser-thc
2021-02-13added AFL_IGNORE_UNKNOWN_ENVSvanhauser-thc
2021-02-11typohexcoder
2021-02-09more cmplog options in config.hvanhauser-thc
2021-02-07persistent replay env setupvanhauser-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
2021-02-06set prev_run_time inside afl statevj-27
2021-02-05load run time and donot load pending_* or *_favouredvj-27
2021-02-05try if this helps on fuzzbenchvanhauser-thc
2021-02-05load existing stats file when in AFL_AUTORESUME or -i -vj-27
2021-02-01mv cmplog options to config.hvan Hauser
2021-02-01import cmplog optsvan Hauser
2021-02-01making AFL_MAP_SIZE obsoletevan Hauser
2021-01-31code-formatvan Hauser
2021-01-31fix -Z, remove q->nextaflpp
2021-01-30added AFL_CMPLOG_ONLY_NEW featurevan Hauser
2021-01-30foreign sync from ctime to mtime (libfuzzer)van Hauser
2021-01-29qasan support in aflppAndrea Fioraldi
2021-01-29AFL_USE_QASANAndrea Fioraldi
2021-01-27fix includevan Hauser
2021-01-27update envsvan Hauser
2021-01-26real fix plus code formatvan Hauser
2021-01-21forkserver debug flag supportvan Hauser
2021-01-21Merge pull request #689 from AFLplusplus/cmplog_mergevan Hauser
cmplog merge
2021-01-20Fix build error for AndroidJoey Jiao
- LTO not work yet
2021-01-18fix compiler warning avoid signess difference in comparisonshexcoder-
2021-01-18use enums, support cmplog map collisionsvan Hauser
2021-01-17fix colorizationvan Hauser
2021-01-15merge cmplogvan Hauser
2021-01-08refactored kill signal env parsingDominik Maier
2021-01-07User defined kill signal value (#678)buherator
* Adding AFL_KILL_SIGNAL environment variable Controlling the kill signal used to end forked processes. * Checking validity of AFL_KILL_SIGNAL env variable This commit also sets a valid value in the environment to avoid duplicating code in at_exit(). Changing data type of fsrv->kill_signal to u8 to match last_kill_signal. * Adding afl_kill_signal to AFL (environment) state This commit simply introduces a struct member for future use. The env variable is not used from the afl struct but from fsrv, where its validity is checked, resulting in a FATAL in case of errors.
2021-01-05selective instrumentation documentedvan Hauser
2021-01-04mehr code cleanuphexcoder-
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2021-01-04code cleanups (from cppcheck mostly)hexcoder-
2021-01-04Revert "code cleanups (from cppcheck)"hexcoder-
This reverts commit 33a7d6f1688856c050b0ac71ac1df4018e4d531c.
2021-01-04code cleanups (from cppcheck)hexcoder-