about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Collapse)Author
2021-02-20-t helpvanhauser-thc
2021-02-15mergedDominik Maier
2021-02-15fixed scan-build issuesDominik Maier
2021-02-13added AFL_IGNORE_UNKNOWN_ENVSvanhauser-thc
2021-02-07persistent replay env setupvanhauser-thc
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-05load existing stats file when in AFL_AUTORESUME or -i -vj-27
2021-02-01fix warnings and an llvm cmplog+lto panicvan Hauser
2021-02-01make some really weird targets compilevan Hauser
2021-02-01adjust expand havocvan Hauser
2021-02-01mv cmplog options to config.hvan Hauser
2021-02-01fixesvan Hauser
2021-02-01reordervan Hauser
2021-02-01add case when cmplog map neds to be largervan Hauser
2021-02-01make dominik more happy - no auto map size for qemu+unicornvan Hauser
2021-02-01making AFL_MAP_SIZE obsoletevan Hauser
2021-01-31code-formatvan Hauser
2021-01-31Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devaflpp
2021-01-31fix -Z, remove q->nextaflpp
2021-01-31added support for __afl_coverage_interestingvan Hauser
2021-01-31disable trimming for -Mvan Hauser
2021-01-30added AFL_CMPLOG_ONLY_NEW featurevan Hauser
2021-01-29working AFL_USE_QASANAndrea Fioraldi
2021-01-29AFL_USE_QASANAndrea Fioraldi
2021-01-28fix another pending_not_fuzzed locationvan Hauser
2021-01-28Fix getopt arg stringYuan
There is no '-P' case here.
2021-01-26better foreign sync namevan Hauser
2021-01-26real fix plus code formatvan Hauser
2021-01-21forkserver debug flag supportvan Hauser
2021-01-21code format and not setting sanitizers if debug and settings presentvan Hauser
2021-01-21fix docsvan Hauser
2021-01-21Merge pull request #689 from AFLplusplus/cmplog_mergevan Hauser
cmplog merge
2021-01-20better cmp map fsrv fixvan Hauser
2021-01-20bugfix and new transform detection featurevan Hauser
2021-01-19cleanup and rename _DISCARD->_SKIPvan Hauser
2021-01-19tiny scan-build nags fixedDominik Maier
2021-01-17fix colorizationvan Hauser
2021-01-15merge cmplogvan Hauser
2021-01-14more sync in deterministic modevan Hauser
2021-01-14Update documentation to reflect new default power schedulemurx-
2021-01-08refactored kill signal env parsingDominik Maier
2021-01-07cleaned up AFL_KILL_SIGNALDominik 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-04code formatvan Hauser
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2021-01-02typohexcoder-
2020-12-20fix endless loop in afl-cc allow/blocklists starting a line with a commentvan Hauser
2020-12-18apply nocolor changeshexcoder-