Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | better error reporting | van Hauser | |
2021-01-15 | remove warning | van Hauser | |
2021-01-15 | better error message | van Hauser | |
2021-01-14 | update doc | van Hauser | |
2021-01-14 | more sync in deterministic mode | van Hauser | |
2021-01-14 | Merge pull request #688 from murx-/dev | van Hauser | |
Update documentation to reflect new default power schedule | |||
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 | better gcc_plugin error msg | van Hauser | |
2021-01-08 | better gcc_plugin error msg | van Hauser | |
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 | Merge branch 'stable' of github.com:aflplusplus/aflplusplus into dev | 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-06 | selective coverage fix | van Hauser | |
2021-01-05 | cpp fix | van Hauser | |
2021-01-05 | haiku fix | van Hauser | |
2021-01-05 | haiku fix | van Hauser | |
2021-01-05 | haiku support | 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-05 | selective_coverage implementation in afl-compiler-rt | van Hauser | |
2021-01-05 | forgot struct keyword | van Hauser | |
2021-01-05 | afl coverage feature example | van Hauser | |
2021-01-04 | code format | van Hauser | |
2021-01-04 | add missing FCMP_UEQ to split-compares-pass.so.cc | van Hauser | |
2021-01-04 | more code cleanup (instrumentation) | hexcoder- | |
2021-01-04 | mehr code cleanup | hexcoder- | |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |