syzkaller/prog
Dmitry Vyukov c29495e0f9 prog: append a bunch of bytes during mutation
In some cases we need to extend a buffer by a large
margin to pass the next if in kernel (a size check).
Currently we only append a single byte, so we can
never pass the if incrementally (size is always
smaller than threshold, so 1-byte larger inputs
are not added to corpus).
2017-12-08 10:22:56 +01:00
..
analysis.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
checksum_test.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
checksum.go prog, sys: move types to prog 2017-09-05 15:52:42 +02:00
clone.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
decl_test.go sys/linux: assorted improvements to descriptions 2017-11-27 09:09:06 +01:00
encoding_test.go prog: repair arrays/buffers with incorrect size in Deserialize 2017-11-28 19:15:28 +01:00
encoding.go prog: repair arrays/buffers with incorrect size in Deserialize 2017-11-28 19:15:28 +01:00
encodingexec_test.go pkg/ipc: don't send program padding to executor 2017-10-12 19:08:18 +02:00
encodingexec.go pkg/ipc: don't send program padding to executor 2017-10-12 19:08:18 +02:00
export_test.go sys/linux: improve AF_ALG alg name generation 2017-11-24 13:56:20 +01:00
generation.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
hints_test.go syz-fuzzer: generates hints only for the call that gave new coverage 2017-10-23 09:59:39 +02:00
hints.go prog: export MakeData/UnionArg as we do for other arg types 2017-11-22 11:46:26 +01:00
mutation_test.go prog: support bytesizeN for vma 2017-11-29 11:12:47 +01:00
mutation.go prog: append a bunch of bytes during mutation 2017-12-08 10:22:56 +01:00
parse_test.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
parse.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
prio.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
prog_test.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
prog.go prog: repair arrays/buffers with incorrect size in Deserialize 2017-11-28 19:15:28 +01:00
rand.go syz-ci: test images before using them 2017-11-30 14:50:50 +01:00
resources.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
size_test.go prog: support bytesizeN for vma 2017-11-29 11:12:47 +01:00
size.go prog: support bytesizeN for vma 2017-11-29 11:12:47 +01:00
target.go sys/linux: improve AF_ALG alg name generation 2017-11-24 13:56:20 +01:00
types.go sys: compile all supported targets into the package 2017-09-15 16:02:37 +02:00
validation.go prog: repair arrays/buffers with incorrect size in Deserialize 2017-11-28 19:15:28 +01:00