Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-21 | Merge pull request #689 from AFLplusplus/cmplog_merge | van Hauser | |
cmplog merge | |||
2021-01-21 | temp conflict resolve | van Hauser | |
2021-01-21 | pre merge changes | van Hauser | |
2021-01-21 | base64 solving done | van Hauser | |
2021-01-20 | remove debug output | van Hauser | |
2021-01-20 | hex en/decode works now | van Hauser | |
2021-01-20 | wip | van Hauser | |
2021-01-20 | better cmp map fsrv fix | van Hauser | |
2021-01-20 | android: Fix runtime for mutator | Joey Jiao | |
2021-01-20 | Fix build error for Android | Joey Jiao | |
- LTO not work yet | |||
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-19 | cleanup | van Hauser | |
2021-01-19 | codeql fix | van Hauser | |
2021-01-18 | cmp map memset fix | van Hauser | |
2021-01-18 | use enums, support cmplog map collisions | van Hauser | |
2021-01-18 | arithmetic also for <= >= | van Hauser | |
2021-01-18 | less logging | van Hauser | |
2021-01-18 | refactoring | van Hauser | |
2021-01-18 | introspection, favor extint over long double | van Hauser | |
2021-01-17 | cmplog introspection | van Hauser | |
2021-01-17 | no cmplog when no taint is found | van Hauser | |
2021-01-17 | better extint cmplog | van Hauser | |
2021-01-17 | make combined test a define option | van Hauser | |
2021-01-17 | fix colorization | van Hauser | |
2021-01-15 | merge cmplog | van Hauser | |
2021-01-15 | remove warning | van Hauser | |
2021-01-15 | better error message | 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-14 | Merge pull request #686 from AFLplusplus/weight | van Hauser | |
better seed selection | |||
2021-01-12 | fix | van Hauser | |
2021-01-12 | minor changes | van Hauser | |
2021-01-12 | fix lto cmplog instability | van Hauser | |
2021-01-10 | fix weight calc, thanks to Marcel | van Hauser | |
2021-01-08 | code fmt | Dominik Maier | |
2021-01-08 | cleaned up and added comments to forkserver exits | Dominik Maier | |
2021-01-08 | Merge pull request #679 from AFLplusplus/dev | van Hauser | |
Dev | |||
2021-01-08 | added check to silence scan-build | Dominik Maier | |
2021-01-08 | refactored kill signal env parsing | Dominik Maier | |
2021-01-08 | fix | van Hauser | |
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-06 | selective coverage fix | van Hauser | |
2021-01-05 | cpp fix | van Hauser | |
2021-01-05 | Haiku afl-system-config disable debugger, afl-cc.c avoid -lrt | hexcoder | |
2021-01-05 | selective instrumentation documented | van Hauser | |
2021-01-04 | code format | van Hauser | |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |