Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-20 | -t help | vanhauser-thc | |
2021-02-15 | merged | Dominik Maier | |
2021-02-15 | fixed scan-build issues | Dominik Maier | |
2021-02-13 | added AFL_IGNORE_UNKNOWN_ENVS | vanhauser-thc | |
2021-02-07 | persistent replay env setup | vanhauser-thc | |
2021-02-07 | prev_run_time loaded used only for ui and when writing the stats file | vj-27 | |
2021-02-06 | set prev_run_time inside afl state | vj-27 | |
2021-02-05 | load run time and donot load pending_* or *_favoured | vj-27 | |
2021-02-05 | load existing stats file when in AFL_AUTORESUME or -i - | vj-27 | |
2021-02-01 | fix warnings and an llvm cmplog+lto panic | van Hauser | |
2021-02-01 | make some really weird targets compile | van Hauser | |
2021-02-01 | adjust expand havoc | van Hauser | |
2021-02-01 | mv cmplog options to config.h | van Hauser | |
2021-02-01 | fixes | van Hauser | |
2021-02-01 | reorder | van Hauser | |
2021-02-01 | add case when cmplog map neds to be larger | van Hauser | |
2021-02-01 | make dominik more happy - no auto map size for qemu+unicorn | van Hauser | |
2021-02-01 | making AFL_MAP_SIZE obsolete | van Hauser | |
2021-01-31 | code-format | van Hauser | |
2021-01-31 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | aflpp | |
2021-01-31 | fix -Z, remove q->next | aflpp | |
2021-01-31 | added support for __afl_coverage_interesting | van Hauser | |
2021-01-31 | disable trimming for -M | van Hauser | |
2021-01-30 | added AFL_CMPLOG_ONLY_NEW feature | van Hauser | |
2021-01-29 | working AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-29 | AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-28 | fix another pending_not_fuzzed location | van Hauser | |
2021-01-28 | Fix getopt arg string | Yuan | |
There is no '-P' case here. | |||
2021-01-26 | better foreign sync name | van Hauser | |
2021-01-26 | real fix plus code format | van Hauser | |
2021-01-21 | forkserver debug flag support | van Hauser | |
2021-01-21 | code format and not setting sanitizers if debug and settings present | van Hauser | |
2021-01-21 | fix docs | van Hauser | |
2021-01-21 | Merge pull request #689 from AFLplusplus/cmplog_merge | van Hauser | |
cmplog merge | |||
2021-01-20 | better cmp map fsrv fix | van Hauser | |
2021-01-20 | bugfix and new transform detection feature | van Hauser | |
2021-01-19 | cleanup and rename _DISCARD->_SKIP | van Hauser | |
2021-01-19 | tiny scan-build nags fixed | Dominik Maier | |
2021-01-17 | fix colorization | van Hauser | |
2021-01-15 | merge cmplog | van Hauser | |
2021-01-14 | more sync in deterministic mode | van Hauser | |
2021-01-14 | Update documentation to reflect new default power schedule | murx- | |
2021-01-08 | refactored kill signal env parsing | Dominik Maier | |
2021-01-07 | cleaned up AFL_KILL_SIGNAL | Dominik Maier | |
2021-01-07 | User 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-04 | code format | van Hauser | |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |
2021-01-02 | typo | hexcoder- | |
2020-12-20 | fix endless loop in afl-cc allow/blocklists starting a line with a comment | van Hauser | |
2020-12-18 | apply nocolor changes | hexcoder- | |