index
:
syz
actual
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
prog
Commit message (
Expand
)
Author
Age
Files
Lines
*
prog: add test for cross-arch deserialization
Dmitry Vyukov
2018-01-09
1
-0
/
+77
*
prog: support opt for proc types
Dmitry Vyukov
2018-01-06
5
-1
/
+32
*
prog: add test for len mutation
Dmitry Vyukov
2018-01-06
1
-0
/
+6
*
pkg/compiler: add bitsize type
Dmitry Vyukov
2018-01-06
3
-14
/
+22
*
prog: detect argument type mismatch during deserialization
Dmitry Vyukov
2017-12-31
1
-0
/
+5
*
prog: mutate len arguments
Dmitry Vyukov
2017-12-31
4
-14
/
+71
*
pkg/csource: fix handling of proc types
Dmitry Vyukov
2017-12-22
7
-147
/
+218
*
prog: use dense indexes for copyout instructions
Dmitry Vyukov
2017-12-17
3
-48
/
+64
*
prog: add DeserializeExec
Dmitry Vyukov
2017-12-17
3
-144
/
+396
*
prog: remove unused writeArg argument
Dmitry Vyukov
2017-12-17
1
-5
/
+6
*
prog: minor refactoring around arguments
Dmitry Vyukov
2017-12-17
4
-59
/
+76
*
prog: don't serialize output data args
Dmitry Vyukov
2017-12-17
11
-86
/
+148
*
prog: introduce more readable format for data args
Dmitry Vyukov
2017-12-17
2
-14
/
+188
*
prog: fix TestMutateTable
Dmitry Vyukov
2017-12-17
2
-88
/
+99
*
prog: fix an unfortunate case of non-determinism
Dmitry Vyukov
2017-12-17
1
-1
/
+1
*
prog: fix off-by-one in ChoiceTable
Dmitry Vyukov
2017-12-17
1
-4
/
+3
*
sys: move test syscalls to a separate target
Dmitry Vyukov
2017-12-17
6
-24
/
+20
*
prog: lazily initialize targets
Dmitry Vyukov
2017-12-17
1
-7
/
+16
*
prog: simplify MakeResultArg
Dmitry Vyukov
2017-12-17
1
-8
/
+4
*
prog: add benchmark for Mutate
Dmitry Vyukov
2017-12-17
1
-0
/
+20
*
prog: speedup and simplify hints code
Dmitry Vyukov
2017-12-08
3
-97
/
+67
*
prog: fix a data race
Dmitry Vyukov
2017-12-08
3
-21
/
+97
*
prog: fix hints of data args
Dmitry Vyukov
2017-12-08
2
-12
/
+89
*
prog: append a bunch of bytes during mutation
Dmitry Vyukov
2017-12-08
1
-6
/
+20
*
syz-ci: test images before using them
Dmitry Vyukov
2017-11-30
1
-0
/
+9
*
prog: support bytesizeN for vma
Dmitry Vyukov
2017-11-29
3
-18
/
+23
*
prog: repair arrays/buffers with incorrect size in Deserialize
Dmitry Vyukov
2017-11-28
4
-7
/
+52
*
sys/linux: assorted improvements to descriptions
Dmitry Vyukov
2017-11-27
1
-2
/
+3
*
sys/linux: improve AF_ALG alg name generation
Dmitry Vyukov
2017-11-24
3
-18
/
+15
*
prog: export MakeData/UnionArg as we do for other arg types
Dmitry Vyukov
2017-11-22
5
-13
/
+13
*
syz-fuzzer: generates hints only for the call that gave new coverage
Dmitry Vyukov
2017-10-23
2
-12
/
+10
*
prog: add a TODO for hints
Dmitry Vyukov
2017-10-23
1
-0
/
+2
*
prog: fix bugs in hints generation
Dmitry Vyukov
2017-10-23
2
-4
/
+70
*
pkg/ipc: don't send program padding to executor
Dmitry Vyukov
2017-10-12
2
-5
/
+6
*
syz-fuzzer: don't send/check CallIndex for inputs
Dmitry Vyukov
2017-10-10
2
-1
/
+17
*
all: initial support for fuchsia
Dmitry Vyukov
2017-09-20
1
-5
/
+45
*
syz-manager, syz-fuzzer, executor: ensure that binaries are consistent
Dmitry Vyukov
2017-09-15
1
-0
/
+1
*
pkg/csource: support archs other than x86_64
Dmitry Vyukov
2017-09-15
1
-1
/
+16
*
prog: remove default target and all global state
Dmitry Vyukov
2017-09-15
23
-268
/
+267
*
prog: remove special knowledge about "mmap" syscall
Dmitry Vyukov
2017-09-15
5
-16
/
+20
*
syz-manager/mgrconfig: explicitly specify target in config
Dmitry Vyukov
2017-09-15
3
-3
/
+10
*
sys: compile all supported targets into the package
Dmitry Vyukov
2017-09-15
1
-0
/
+5
*
prog: allow more than 1 target
Dmitry Vyukov
2017-09-15
1
-4
/
+15
*
prog: remove unused declaration
Dmitry Vyukov
2017-09-05
1
-2
/
+0
*
prog: move resource-related functions to a separate file
Dmitry Vyukov
2017-09-05
4
-136
/
+140
*
prog, sys: move dictionary of special strings to sys
Dmitry Vyukov
2017-09-05
2
-10
/
+13
*
prog, sys: move types to prog
Dmitry Vyukov
2017-09-05
22
-357
/
+805
*
prog: dot-import sys
Dmitry Vyukov
2017-09-05
14
-282
/
+276
*
sys: rename Call to Syscall
Dmitry Vyukov
2017-09-05
6
-29
/
+29
*
sys: change BitfieldLast to BitfieldMiddle
Dmitry Vyukov
2017-09-04
2
-2
/
+2
[next]