Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-01 | fix | vanhauser-thc | |
2023-11-28 | improve cmplog | vanhauser-thc | |
2023-11-11 | Merge pull request #1904 from jasperla/nosyscall | van Hauser | |
Use direct call to write to OpenBSD | |||
2023-11-09 | Use direct call to write to OpenBSD | Jasper Lievisse Adriaanse | |
The linker on OpenBSD emits a warning when linking this file: warning: syscall() may go away, please rewrite code to use direct calls | |||
2023-11-06 | clang-format 16->17 | vanhauser-thc | |
2023-11-03 | add --help/--version/... | vanhauser-thc | |
2023-10-24 | fix | vanhauser-thc | |
2023-10-24 | dict2file to silently return if AFL_LLVM_DICT2FILE not defined | vanhauser-thc | |
2023-10-16 | typo | toka | |
2023-10-14 | bracket | toka | |
2023-10-14 | EarlyEPCallback for llvm16 | toka | |
2023-10-03 | nits | vanhauser-thc | |
2023-10-02 | urandom | toka | |
2023-10-01 | typo | toka | |
2023-09-04 | fix string transform laf | vanhauser-thc | |
2023-09-02 | fix attempt for laf string compare transform | vanhauser-thc | |
2023-07-13 | nts | vanhauser-thc | |
2023-07-10 | nits | vanhauser-thc | |
2023-07-10 | nits | vanhauser-thc | |
2023-07-05 | update llvm recommendations | vanhauser-thc | |
2023-06-24 | llvm 15 | Dongjia "toka" Zhang | |
2023-06-24 | delete duplicate branches | Dongjia "toka" Zhang | |
2023-06-24 | code format | vanhauser-thc | |
2023-06-24 | Merge pull request #1783 from AFLplusplus/toka_laf_fix | van Hauser | |
laf-intel fix | |||
2023-06-24 | fixing laf | Dongjia "toka" Zhang | |
2023-06-22 | remove dead code, code format | vanhauser-thc | |
2023-06-16 | SanitizerCoveragePCGUARD: select counter off by one error | Seoyoung | |
2023-06-07 | fix gcc cmplog crash | vanhauser-thc | |
2023-06-06 | change the ‘#if’ to >= 17 instead of < 17 | cocochpie | |
2023-06-05 | Revive f567a89dae29afb2e421d649f0e750e77913f08c | cocochpie | |
2023-06-01 | more llvm 15 specialities | vanhauser-thc | |
2023-06-01 | llvm 15 fixes | vanhauser-thc | |
2023-06-01 | rewrote PCGUARD | vanhauser-thc | |
2023-05-21 | code format | vanhauser-thc | |
2023-05-17 | add symqemu custom mutator | vanhauser-thc | |
2023-04-28 | more llvm 17 | vH | |
2023-04-28 | llvm 17 changes | vH | |
2023-04-28 | doc, code format | vanhauser-thc | |
2023-04-28 | Source Code Coverage support for Nyx (Part 1) (#1720) | Christian Holler (:decoder) | |
* Additional source code reformatting in afl-compiler-rt * Add source code coverage support to afl-compiler-rt (for use with Nyx) | |||
2023-04-27 | afl++ -> AFL++ | vanhauser-thc | |
2023-04-25 | rename env to AFL_IGNORE_PROBLEMS_COVERAGE | vanhauser-thc | |
2023-04-25 | Merge pull request #1714 from choller/dev | van Hauser | |
Add env var to ignore coverage from dynamically loaded code after forkserver | |||
2023-04-25 | Add env var to ignore coverage from dynamically loaded code after forkserver. | Christian Holler (:decoder) | |
When using TRACEPC instrumentation, loading code dynamically (e.g. through dlopen()) it can be useful to completely ignore the loaded code, esp. when it cannot be preloaded and is not the target to be tested. This patch allows setting AFL_LLVM_IGNORE_PROBLEMS_COVERAGE=1 to do so. | |||
2023-04-24 | llvm-lto: allow skipping initialization | Keno Hassler | |
2023-04-15 | wasm support | vanhauser-thc | |
2023-04-13 | remove -z option, use -p mmopt instead | vanhauser-thc | |
2023-04-12 | make llvm 17 work | vanhauser-thc | |
2023-04-12 | update lto doc | vanhauser-thc | |
2023-04-12 | nits | vanhauser-thc | |
2023-04-10 | LLVM instrumentation disable build warning. | David CARLIER | |
Since clang 16 is the version for Ubuntu 23 04/Fedora 38 and is easy enough to fix.. |