about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-12-26utils/afl_frida is not 5% fastervan Hauser
2020-12-26fixed a few forgotten old afl-llvm-rt referencesvan Hauser
2020-12-26Fix missing include for macOS. (#660)David Manouchehri
2020-12-26fix exec/s displayvan Hauser
2020-12-25fix LTOvan Hauser
2020-12-24revert condition on llvm-config.h (it did not work)hexcoder
2020-12-24fix conditional includehexcoder
2020-12-24use positive logic to be future safehexcoder
2020-12-24better wording, typohexcoder
2020-12-23typovan Hauser
2020-12-23warn on _AFL and __AFL env varsvan Hauser
2020-12-23faster llvm compile, update READMEvan Hauser
2020-12-23update unicorn checkoutvanhauser-thc
2020-12-23Merge pull request #629 from rchildre3/qemu-flagsAndrea Fioraldi
Cleanup QEMU configuration options
2020-12-22Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-12-22workaround for Solaris: NAME_MAX is not definedhexcoder-
2020-12-22one more with nonstd array initializershexcoder-
2020-12-22more portability non std array initializershexcoder-
2020-12-22Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-12-22portability: avoid void * arithmetic (UB), avoid GNU extension for array ↵hexcoder-
initializations
2020-12-22afl-clang-fast fixvan Hauser
2020-12-22better gcc and clang support for afl-ccvan Hauser
2020-12-21temporary fix for unusual builds where CC is setvan Hauser
2020-12-21Merge branch 'stable' into devvan Hauser
2020-12-21test: skip afl-fuzz test if too few locations were instrumentedvan Hauser
2020-12-21make ubuntu 18.04 ci workvan Hauser
2020-12-21fix BSDvan Hauser
2020-12-21ci fixvan Hauser
2020-12-21ci fixvan Hauser
2020-12-21ci fixvan Hauser
2020-12-21ci fixvan Hauser
2020-12-21fix civan Hauser
2020-12-21another 32 bit fixvan Hauser
2020-12-21update civan Hauser
2020-12-21Create ci.ymlvan Hauser
2020-12-21fix 32 bitvan Hauser
2020-12-21switch to github actionsvan Hauser
2020-12-21Merge pull request #649 from AFLplusplus/skim_romuvan Hauser
switch to romu and skim
2020-12-21Merge branch 'dev' into skim_romuvan Hauser
2020-12-21update codeql ymlvan Hauser
2020-12-21Merge pull request #648 from AFLplusplus/add-codeqlAndrea Fioraldi
Add codeql
2020-12-21Create codeql-analysis.ymlAndrea Fioraldi
2020-12-21Merge pull request #647 from rchildre3/binary-only-makevan Hauser
Remove binary-only target's depend on source tools
2020-12-20Test Python and Shared Memory in binary-only modeR. Elliott Childre
2020-12-20Remove binary-only target's depend on source toolsR. Elliott Childre
The `binary-only` target currently depends on the `all` target which always build the source tools, such as afl-cc and afl-as. This is unnecessary if the user specifically is asking for only binary fuzzing tools.
2020-12-20document AFL_LLVM_INSTRUMENT option NATIVEvan Hauser
2020-12-20fix for non-default gcc installationsvan Hauser
2020-12-20fix endless loop in afl-cc allow/blocklists starting a line with a commentvan Hauser
2020-12-20Merge pull request #646 from pr0xy-t/devvan Hauser
fixed typo in include/forkserver.h
2020-12-20update changelogvan Hauser