Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-21 | nits | vanhauser-thc | |
2023-06-21 | fix afl-cmin* for old afl vanilla issue | vanhauser-thc | |
2023-06-21 | nits | vanhauser-thc | |
2023-06-21 | update tutorial list | vanhauser-thc | |
2023-06-20 | Merge pull request #1774 from amykweon/dev | van Hauser | |
fix bug in SanitizerCoveragePCGUARD | |||
2023-06-20 | fix timeout for sessions restart and + usage | vanhauser-thc | |
2023-06-16 | SanitizerCoveragePCGUARD: select counter off by one error | Seoyoung | |
2023-06-16 | Merge pull request #1773 from cuanduo/dev | van Hauser | |
fix bug | |||
2023-06-16 | fix bug | cuanduo | |
2023-06-14 | improve afl-plot plots | vanhauser-thc | |
2023-06-14 | minor cmplog bugfix | vanhauser-thc | |
2023-06-14 | Merge pull request #1771 from forky2/dev | van Hauser | |
Fixes #1770: afl-cmin in -T mode doesn't correctly divide inputs amon… | |||
2023-06-14 | Fixes #1770: afl-cmin in -T mode doesn't correctly divide inputs among threads | forky2 | |
2023-06-12 | increase strategy switch | vanhauser-thc | |
2023-06-12 | update changelog | vanhauser-thc | |
2023-06-12 | Merge pull request #1767 from AFLplusplus/mutationnew | van Hauser | |
Mutationnew | |||
2023-06-12 | 4.08a init | vanhauser-thc | |
2023-06-12 | enable text mode | vanhauser-thc | |
2023-06-12 | Merge pull request #1766 from AFLplusplus/dev 4.07c | van Hauser | |
v4.07c release | |||
2023-06-12 | update new feature config | vanhauser-thc | |
2023-06-12 | v4.07c release | vanhauser-thc | |
2023-06-09 | binary mutations | vanhauser-thc | |
2023-06-09 | Merge pull request #1764 from AFLplusplus/mncomp | van Hauser | |
class afl++ mutations | |||
2023-06-08 | show fuzzing state | vanhauser-thc | |
2023-06-08 | enhance custom mutator docs | vanhauser-thc | |
2023-06-07 | add issue to faq | vanhauser-thc | |
2023-06-07 | fix gcc cmplog crash | vanhauser-thc | |
2023-06-07 | fix gcc cmplog crash | vanhauser-thc | |
2023-06-06 | Merge pull request #1761 from AFLplusplus/dev | van Hauser | |
fix ci | |||
2023-06-06 | fix ci | vanhauser-thc | |
2023-06-06 | no_ui mode | vanhauser-thc | |
2023-06-06 | comparison | vanhauser-thc | |
2023-06-06 | nit | vanhauser-thc | |
2023-06-06 | better cmplog ci | vanhauser-thc | |
2023-06-06 | Merge pull request #1760 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2023-06-06 | reduce false positive ci failures | vanhauser-thc | |
2023-06-06 | Merge pull request #1759 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-06-06 | add current mutation strategy to include | vanhauser-thc | |
2023-06-06 | Merge pull request #1758 from fanquake/development_llvm | van Hauser | |
build: adjust LLVM development version check | |||
2023-06-06 | build: adjust LLVM development version check | fanquake | |
Adjust version check to only warn for LLVM 17.x and newer, which are the development versions. Otherwise we'll get: ```bash make LLVM_CONFIG=llvm-config-15 CC=clang-15 CXX=clang++-15 <snip> GNUmakefile.llvm:69: you are using an in-development llvm version - this might break llvm_mode! ``` for versions that are supported, and not in development. | |||
2023-06-06 | Merge pull request #1757 from cocochpie/fix-llvm-17-pcguard-compile-error | van Hauser | |
Fix llvm 17 pcguard compile error | |||
2023-06-06 | Merge pull request #1756 from fanquake/ready_to_build_use_CC | van Hauser | |
build: fix compiler version in build output | |||
2023-06-06 | change the ‘#if’ to >= 17 instead of < 17 | cocochpie | |
2023-06-05 | Revive f567a89dae29afb2e421d649f0e750e77913f08c | cocochpie | |
2023-06-05 | build: fix compiler version in build output | fanquake | |
Currently, if I build like with Clang, I'll get: ```bash make LLVM_CONFIG=llvm-config-15 CC=clang-15 CXX=clang++-15 <snip> [+] Everything seems to be working, ready to compile. (gcc version 12.1.0 (Ubuntu 12.1.0-2ubuntu1~22.04) ) clang-15 -O2 -D_FORTIFY_SOURCE=1 .... ``` Which is somewhat confusing. Fix this, and in a way that still outputs the correct version info for Clang and GCC. Use `--version`, and pick the first line, as that is where they are consistent in output. `clang -v` gives the version first, whereas `gcc -v` gives the version on the last line. We switch to using $(CC), otherwise we also get incorrect output, and dropping CCVER altogether, given this is it's only use. | |||
2023-06-05 | Merge pull request #1755 from AFLplusplus/dev | van Hauser | |
push to stable | |||
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-06-01 | Merge pull request #1753 from WorksButNotTested/delay_start | van Hauser | |
Changes to support defered start |