Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-25 | cmplog finetuning | vanhauser-thc | |
2021-02-24 | Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev | Andrea Fioraldi | |
2021-02-24 | edges in plot file | Andrea Fioraldi | |
2021-02-24 | fixes | vanhauser-thc | |
2021-02-24 | typo | vanhauser-thc | |
2021-02-24 | redqueen settings opt | vanhauser-thc | |
2021-02-22 | code format | vanhauser-thc | |
2021-02-22 | minimum sync time | vanhauser-thc | |
2021-02-21 | cmplog config.h -> -l option | vanhauser-thc | |
2021-02-19 | suggested env vars for lazy ppl | Andrea Fioraldi | |
2021-02-17 | minor fixes | vanhauser-thc | |
2021-02-15 | Revert "llvm bug workaround for lto extint" | Michael Rodler | |
This reverts commit e3a5c31307f323452dc4b5288e0d19a02b596a33. | |||
2021-02-15 | llvm bug workaround for lto extint | vanhauser-thc | |
2021-02-13 | added AFL_IGNORE_UNKNOWN_ENVS | vanhauser-thc | |
2021-02-11 | typo | hexcoder | |
2021-02-09 | more cmplog options in config.h | vanhauser-thc | |
2021-02-07 | persistent replay env setup | vanhauser-thc | |
2021-02-07 | Merge pull request #728 from vj-27/dev | van Hauser | |
load existing stats file when in AFL_AUTORESUME or -i - mode. | |||
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 | try if this helps on fuzzbench | vanhauser-thc | |
2021-02-05 | load existing stats file when in AFL_AUTORESUME or -i - | vj-27 | |
2021-02-01 | mv cmplog options to config.h | van Hauser | |
2021-02-01 | import cmplog opts | van Hauser | |
2021-02-01 | making AFL_MAP_SIZE obsolete | van Hauser | |
2021-01-31 | code-format | van Hauser | |
2021-01-31 | fix -Z, remove q->next | aflpp | |
2021-01-30 | added AFL_CMPLOG_ONLY_NEW feature | van Hauser | |
2021-01-30 | foreign sync from ctime to mtime (libfuzzer) | van Hauser | |
2021-01-29 | qasan support in aflpp | Andrea Fioraldi | |
2021-01-29 | AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-27 | fix include | van Hauser | |
2021-01-27 | update envs | van Hauser | |
2021-01-26 | real fix plus code format | van Hauser | |
2021-01-21 | forkserver debug flag support | van Hauser | |
2021-01-21 | Merge pull request #689 from AFLplusplus/cmplog_merge | van Hauser | |
cmplog merge | |||
2021-01-20 | Fix build error for Android | Joey Jiao | |
- LTO not work yet | |||
2021-01-18 | fix compiler warning avoid signess difference in comparisons | hexcoder- | |
2021-01-18 | use enums, support cmplog map collisions | van Hauser | |
2021-01-17 | fix colorization | van Hauser | |
2021-01-15 | merge cmplog | van Hauser | |
2021-01-08 | refactored kill signal env parsing | 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-05 | selective instrumentation documented | van Hauser | |
2021-01-04 | mehr code cleanup | hexcoder- | |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |
2021-01-04 | code cleanups (from cppcheck mostly) | hexcoder- | |
2021-01-04 | Revert "code cleanups (from cppcheck)" | hexcoder- | |
This reverts commit 33a7d6f1688856c050b0ac71ac1df4018e4d531c. | |||
2021-01-04 | code cleanups (from cppcheck) | hexcoder- | |