about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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-20fixed typo in include/forkserver.hpr0xy
2020-12-19add tinyinst to binary fuzzing toolsvan Hauser
2020-12-18apply nocolor changeshexcoder-
2020-12-18dont fail with ASAN_BUILDvan Hauser
2020-12-18small improvements: dump output on error in test-llvm, fix compiler warningshexcoder-
2020-12-18afl-cmin: skip instrumentation check if AFL_SKIP_BIN_CHECK is sethexcoder-
2020-12-17fix crash for very fast targetsvan Hauser
2020-12-16small fixesvan Hauser
2020-12-15allow instrumenting LLVMFuzzerTestOneInputvan Hauser
2020-12-15add dummy Makefile to instrumentation/van Hauser
2020-12-15v3.01a initvan Hauser
2020-12-15Merge pull request #628 from AFLplusplus/dev 3.0cvan Hauser
Final push to stable
2020-12-15v3.00cvan Hauser
2020-12-15v3.00cvan Hauser
2020-12-13code formatvan Hauser
2020-12-13fix afl-clang testsvan Hauser
2020-12-12remove debugging shhexcoder-
2020-12-12add tests for the missing afl-compiler (afl-gcc or afl-clang)hexcoder-
2020-12-12afl-as.c, fix compiler warnings (overflowing is UB)hexcoder-
2020-12-12tmpdir not needed with sharedmap fuzzingDominik Maier
2020-12-12remove stray debugging fprintfhexcoder-
2020-12-12typohexcoder-
2020-12-12small fix in error handlinghexcoder-
2020-12-12let the check for afl-gcc not abort 'make tests'hexcoder-
2020-12-12add an extra test for afl-gcc and check for -B supporthexcoder-
2020-12-11typoshexcoder-
2020-12-11typohexcoder-
2020-12-11fixed gcc analyzer warningsDominik Maier
2020-12-11Merge pull request #617 from AFLplusplus/devvan Hauser
push to stable
2020-12-11Merge branch 'stable' into devvan Hauser
2020-12-11code formatvan Hauser
2020-12-11fix MMAPvan Hauser
2020-12-11schedule improvements, new default is FASTvan Hauser
2020-12-11Merge pull request #627 from AFLplusplus/other_weightvan Hauser
Other weight
2020-12-10change search order for afl-showmin in afl-cmin*van Hauser
2020-12-10install more llvmvan Hauser
2020-12-10fix afl-cc library searchvan Hauser
2020-12-10grammar in error messagesDominik Maier
2020-12-09fix qbdi path for code formatvan Hauser
2020-12-09fix oversight for accessing nfuzzvan Hauser
2020-12-09move libdislocator, libtokencap and qbdi_mode to utils/vanhauser-thc