about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-06-14minor cmplog bugfixvanhauser-thc
2023-06-14Merge pull request #1771 from forky2/devvan Hauser
Fixes #1770: afl-cmin in -T mode doesn't correctly divide inputs amon…
2023-06-14Fixes #1770: afl-cmin in -T mode doesn't correctly divide inputs among threadsforky2
2023-06-12increase strategy switchvanhauser-thc
2023-06-12update changelogvanhauser-thc
2023-06-12Merge pull request #1767 from AFLplusplus/mutationnewvan Hauser
Mutationnew
2023-06-124.08a initvanhauser-thc
2023-06-12enable text modevanhauser-thc
2023-06-12update new feature configvanhauser-thc
2023-06-12v4.07c releasevanhauser-thc
2023-06-09binary mutationsvanhauser-thc
2023-06-09Merge pull request #1764 from AFLplusplus/mncompvan Hauser
class afl++ mutations
2023-06-08show fuzzing statevanhauser-thc
2023-06-08enhance custom mutator docsvanhauser-thc
2023-06-07add issue to faqvanhauser-thc
2023-06-07fix gcc cmplog crashvanhauser-thc
2023-06-07fix gcc cmplog crashvanhauser-thc
2023-06-06fix civanhauser-thc
2023-06-06no_ui modevanhauser-thc
2023-06-06comparisonvanhauser-thc
2023-06-06nitvanhauser-thc
2023-06-06better cmplog civanhauser-thc
2023-06-06reduce false positive ci failuresvanhauser-thc
2023-06-06Merge pull request #1759 from AFLplusplus/devvan Hauser
Dev
2023-06-06add current mutation strategy to includevanhauser-thc
2023-06-06Merge pull request #1758 from fanquake/development_llvmvan Hauser
build: adjust LLVM development version check
2023-06-06build: adjust LLVM development version checkfanquake
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-06Merge pull request #1757 from cocochpie/fix-llvm-17-pcguard-compile-errorvan Hauser
Fix llvm 17 pcguard compile error
2023-06-06Merge pull request #1756 from fanquake/ready_to_build_use_CCvan Hauser
build: fix compiler version in build output
2023-06-06change the ‘#if’ to >= 17 instead of < 17cocochpie
2023-06-05Revive f567a89dae29afb2e421d649f0e750e77913f08ccocochpie
2023-06-05build: fix compiler version in build outputfanquake
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-05Merge pull request #1755 from AFLplusplus/devvan Hauser
push to stable
2023-06-01more llvm 15 specialitiesvanhauser-thc
2023-06-01llvm 15 fixesvanhauser-thc
2023-06-01rewrote PCGUARDvanhauser-thc
2023-06-01Merge pull request #1753 from WorksButNotTested/delay_startvan Hauser
Changes to support defered start
2023-06-01Changes to support defered startYour Name
2023-05-31Merge pull request #1750 from WorksButNotTested/arm64_longvan Hauser
Support for instrumentation more than GB away from data structures
2023-05-31Support for instrumentation more than GB away from data structuresYour Name
2023-05-31Merge pull request #1749 from AFLplusplus/devvan Hauser
push to stable
2023-05-31switch user mailinglist reference to discordvanhauser-thc
2023-05-30Merge pull request #1748 from fanquake/remove_versions_installvan Hauser
doc: recommend llvm/clang-14 in docs
2023-05-30doc: recommend llvm/clang-14 in docsfanquake
Might as well recommend installing 14, as that's newer, and what's used in Docker. Also remove outdated Dockerfile versions, likely easier to remove versions here entirely, and anyone that wants to see what version is used, can look in the Dockerfile.
2023-05-30Merge pull request #1747 from AFLplusplus/devvan Hauser
push to stable
2023-05-30Merge pull request #1746 from fanquake/fix_cutenessvan Hauser
doc: fix logo link in README.md
2023-05-30doc: fix logo link in README.mdfanquake
2023-05-23revert fixvanhauser-thc
2023-05-23real gcc gnumakefile fixvanhauser-thc
2023-05-23fix gnumakefile for non-gccvanhauser-thc