index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-12-21
Merge pull request #648 from AFLplusplus/add-codeql
Andrea Fioraldi
Add codeql
2020-12-21
Create codeql-analysis.yml
Andrea Fioraldi
2020-12-21
Merge pull request #647 from rchildre3/binary-only-make
van Hauser
Remove binary-only target's depend on source tools
2020-12-20
Test Python and Shared Memory in binary-only mode
R. Elliott Childre
2020-12-20
Remove binary-only target's depend on source tools
R. 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-20
document AFL_LLVM_INSTRUMENT option NATIVE
van Hauser
2020-12-20
fix for non-default gcc installations
van Hauser
2020-12-20
fix endless loop in afl-cc allow/blocklists starting a line with a comment
van Hauser
2020-12-20
Merge pull request #646 from pr0xy-t/dev
van Hauser
fixed typo in include/forkserver.h
2020-12-20
fixed typo in include/forkserver.h
pr0xy
2020-12-19
add tinyinst to binary fuzzing tools
van Hauser
2020-12-18
apply nocolor changes
hexcoder-
2020-12-18
dont fail with ASAN_BUILD
van Hauser
2020-12-18
small improvements: dump output on error in test-llvm, fix compiler warnings
hexcoder-
2020-12-18
afl-cmin: skip instrumentation check if AFL_SKIP_BIN_CHECK is set
hexcoder-
2020-12-17
fix crash for very fast targets
van Hauser
2020-12-16
small fixes
van Hauser
2020-12-15
allow instrumenting LLVMFuzzerTestOneInput
van Hauser
2020-12-15
add dummy Makefile to instrumentation/
van Hauser
2020-12-15
v3.01a init
van Hauser
2020-12-15
Merge pull request #628 from AFLplusplus/dev
3.0c
van Hauser
Final push to stable
2020-12-15
v3.00c
van Hauser
2020-12-15
v3.00c
van Hauser
2020-12-13
code format
van Hauser
2020-12-13
fix afl-clang tests
van Hauser
2020-12-12
remove debugging sh
hexcoder-
2020-12-12
add tests for the missing afl-compiler (afl-gcc or afl-clang)
hexcoder-
2020-12-12
afl-as.c, fix compiler warnings (overflowing is UB)
hexcoder-
2020-12-12
tmpdir not needed with sharedmap fuzzing
Dominik Maier
2020-12-12
remove stray debugging fprintf
hexcoder-
2020-12-12
typo
hexcoder-
2020-12-12
small fix in error handling
hexcoder-
2020-12-12
let the check for afl-gcc not abort 'make tests'
hexcoder-
2020-12-12
add an extra test for afl-gcc and check for -B support
hexcoder-
2020-12-11
typos
hexcoder-
2020-12-11
typo
hexcoder-
2020-12-11
fixed gcc analyzer warnings
Dominik Maier
2020-12-11
Merge pull request #617 from AFLplusplus/dev
van Hauser
push to stable
2020-12-11
Merge branch 'stable' into dev
van Hauser
2020-12-11
code format
van Hauser
2020-12-11
fix MMAP
van Hauser
2020-12-11
schedule improvements, new default is FAST
van Hauser
2020-12-11
Merge pull request #627 from AFLplusplus/other_weight
van Hauser
Other weight
2020-12-10
change search order for afl-showmin in afl-cmin*
van Hauser
2020-12-10
install more llvm
van Hauser
2020-12-10
fix afl-cc library search
van Hauser
2020-12-10
grammar in error messages
Dominik Maier
2020-12-09
fix qbdi path for code format
van Hauser
2020-12-09
fix oversight for accessing nfuzz
van Hauser
2020-12-09
move libdislocator, libtokencap and qbdi_mode to utils/
vanhauser-thc
[next]