Age | Commit message (Collapse) | Author | |
---|---|---|---|
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- | |
2021-01-04 | cmplog fix | van Hauser | |
2021-01-04 | code cleanup | hexcoder- | |
2021-01-04 | fix for llvm < 11 | van Hauser | |
2021-01-04 | fix for changes in llvm 12 | van Hauser | |
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-04 | FP support for cmplog | van Hauser | |
2021-01-03 | stability fix | van Hauser | |
2021-01-03 | cmplog cleanup | van Hauser | |
2021-01-03 | cleanup | van Hauser | |
2021-01-02 | afl-cmin tests: allow leading whitespace in `wc -l` output | hexcoder- | |
2021-01-02 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | hexcoder- | |
2021-01-02 | build_unicorn_support.sh: allow DragonFly to build | hexcoder- | |
2021-01-02 | afl-system-config: cosmetic support for DragonFly | hexcoder- | |
2021-01-02 | test-basic.sh: fix color GRAY to GREY | hexcoder- | |
2021-01-02 | typo | hexcoder- | |
2021-01-02 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | hexcoder- | |
2021-01-02 | add first support for DragonFly OS | hexcoder- | |
2021-01-02 | Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev | Andrea Fioraldi | |
2021-01-02 | fix qemu linking error with mips | Andrea Fioraldi | |
2021-01-02 | add missing git submodule sync | hexcoder- | |
2021-01-01 | try new weighting | van Hauser | |
2021-01-01 | doc update | van Hauser | |
2020-12-31 | Merge pull request #670 from devnexen/libdislocator_build_fix | van Hauser | |
libdislocator, ptr algo warning fix on clang/Xcode (m1). |