Age | Commit message (Collapse) | Author | |
---|---|---|---|
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- | |
2021-01-03 | cmplog cleanup | van Hauser | |
2020-12-31 | float2double | van Hauser | |
2020-12-30 | cleanup of hot fix for -s on 32-bit | hexcoder- | |
2020-12-28 | added corpus introspection | van Hauser | |
2020-12-23 | warn on _AFL and __AFL env vars | van Hauser | |
2020-12-22 | portability: avoid void * arithmetic (UB), avoid GNU extension for array ↵ | hexcoder- | |
initializations | |||
2020-12-21 | another 32 bit fix | van Hauser | |
2020-12-21 | fix 32 bit | van Hauser | |
2020-12-21 | Merge branch 'dev' into skim_romu | van Hauser | |
2020-12-20 | fix endless loop in afl-cc allow/blocklists starting a line with a comment | van Hauser | |
2020-12-20 | fixed typo in include/forkserver.h | pr0xy | |
2020-12-18 | apply nocolor changes | hexcoder- | |
2020-12-18 | mem error fix | van Hauser | |
2020-12-18 | fix compile | van Hauser | |
2020-12-18 | fix | van Hauser | |
2020-12-18 | merge romu and skim | van Hauser | |
2020-12-17 | skim import | van Hauser | |
2020-12-15 | v3.01a init | van Hauser | |
2020-12-15 | v3.00c | van Hauser | |
2020-12-11 | fixed gcc analyzer warnings | Dominik Maier | |
2020-12-08 | fix aflfast changes | van Hauser | |
2020-12-07 | Sampling next seed by weight (hit_count, bitmap_size, exec_us) | Marcel Boehme | |