syzkaller/prog
Dmitry Vyukov 8fa0c867d4 syz-fuzzer: generates hints only for the call that gave new coverage
During smashing we know what call gave new coverage,
so we can concentrate just on it.
This helps to reduce amount of hints generated (we have too many of them).
2017-10-23 09:59:39 +02: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 prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
encoding_test.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
encoding.go prog: remove default target and all global state 2017-09-15 16:02:37 +02: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 prog: remove default target and all global state 2017-09-15 16:02:37 +02: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 syz-fuzzer: generates hints only for the call that gave new coverage 2017-10-23 09:59:39 +02:00
mutation_test.go syz-fuzzer: don't send/check CallIndex for inputs 2017-10-10 10:41:27 +02:00
mutation.go syz-fuzzer: don't send/check CallIndex for inputs 2017-10-10 10:41:27 +02: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: remove default target and all global state 2017-09-15 16:02:37 +02:00
rand.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
resources.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
size_test.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
size.go prog: remove default target and all global state 2017-09-15 16:02:37 +02:00
target.go all: initial support for fuchsia 2017-09-20 21:19:29 +02:00
types.go sys: compile all supported targets into the package 2017-09-15 16:02:37 +02:00
validation.go prog, sys: move types to prog 2017-09-05 15:52:42 +02:00