index
:
syz
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
/
mutation.go
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
prog: mutate fixed-size strings more
Dmitry Vyukov
2018-06-12
1
-4
/
+4
*
prog: refactor mutateArg from a big huge function
Dmitry Vyukov
2018-05-07
1
-131
/
+180
*
prog: dedup mutation code
Dmitry Vyukov
2018-05-07
1
-127
/
+71
*
gometalinter: enable cyclomatic complexity checking
Dmitry Vyukov
2018-05-04
1
-207
/
+204
*
prog: support big-endian during hints matching
Dmitry Vyukov
2018-04-01
1
-0
/
+15
*
prog: fix 32-bit build
Dmitry Vyukov
2018-03-05
1
-1
/
+1
*
pkg/compiler: allow specifying static size for filename's
Dmitry Vyukov
2018-03-05
1
-1
/
+1
*
prog: fix address analysis
Dmitry Vyukov
2018-02-26
1
-7
/
+16
*
prog: add arbitrary mutation of complex structs
Dmitry Vyukov
2018-02-25
1
-125
/
+198
*
prog: rework address allocation
Dmitry Vyukov
2018-02-19
1
-22
/
+9
*
prog: fix mutationArgs for special types
Dmitry Vyukov
2018-02-19
1
-52
/
+26
*
prog: rework foreachArg
Dmitry Vyukov
2018-02-19
1
-34
/
+28
*
sys/linux: extend netfilter descriptions
Dmitry Vyukov
2018-01-27
1
-475
/
+263
*
prog: remove unused UnionArg.OptionType
Dmitry Vyukov
2018-01-27
1
-1
/
+1
*
pkg/compiler: allow unions with only 1 field
Dmitry Vyukov
2018-01-27
1
-6
/
+17
*
pkg/compiler: support non-zero-terminated strings
Dmitry Vyukov
2018-01-18
1
-1
/
+1
*
pkg/compiler: support void type
Dmitry Vyukov
2018-01-13
1
-1
/
+2
*
prog: mutate len arguments
Dmitry Vyukov
2017-12-31
1
-10
/
+15
*
prog: don't serialize output data args
Dmitry Vyukov
2017-12-17
1
-12
/
+14
*
prog: append a bunch of bytes during mutation
Dmitry Vyukov
2017-12-08
1
-6
/
+20
*
prog: export MakeData/UnionArg as we do for other arg types
Dmitry Vyukov
2017-11-22
1
-1
/
+1
*
syz-fuzzer: don't send/check CallIndex for inputs
Dmitry Vyukov
2017-10-10
1
-1
/
+1
*
prog: remove default target and all global state
Dmitry Vyukov
2017-09-15
1
-17
/
+18
*
prog: remove special knowledge about "mmap" syscall
Dmitry Vyukov
2017-09-15
1
-2
/
+2
*
prog, sys: move types to prog
Dmitry Vyukov
2017-09-05
1
-9
/
+16
*
prog: dot-import sys
Dmitry Vyukov
2017-09-05
1
-39
/
+39
*
sys, pkg/compiler: move padding computation to compiler
Dmitry Vyukov
2017-09-04
1
-7
/
+5
*
sys, prog: switch values to to uint64
Dmitry Vyukov
2017-08-19
1
-27
/
+26
*
prog: reduce the "uber-mmap" size
Alexander Potapenko
2017-08-08
1
-1
/
+5
*
prog: don't mutate mmap() calls too often
Alexander Potapenko
2017-08-02
1
-0
/
+5
*
prog: properly remove calls when splicing progs
Andrey Konovalov
2017-08-01
1
-2
/
+2
*
prog: split Arg into smaller structs
Andrey Konovalov
2017-07-17
1
-93
/
+130
*
prog: limit prog size when splicing
Andrey Konovalov
2017-02-01
1
-190
/
+194
*
prog, sys: add csum type, embed checksums for ipv4 packets
Andrey Konovalov
2017-01-25
1
-1
/
+6
*
prog: validate deserialized programs
Dmitry Vyukov
2017-01-24
1
-2
/
+4
*
prog: add FieldName to Type
Andrey Konovalov
2017-01-23
1
-3
/
+7
*
all: spot optimizations
Dmitry Vyukov
2017-01-20
1
-330
/
+332
*
prog: generate larger arrays
Dmitry Vyukov
2017-01-20
1
-1
/
+1
*
prog: mutate programs more aggressively
Dmitry Vyukov
2017-01-20
1
-2
/
+2
*
prog: mutate int arguments
Dmitry Vyukov
2017-01-20
1
-1
/
+12
*
prog: mutate sized strings with respect to size
Andrey Konovalov
2017-01-18
1
-2
/
+9
*
sys: extend kvm support
Dmitry Vyukov
2017-01-09
1
-0
/
+2
*
sys: move sockaddr description to templates
Andrey Konovalov
2016-11-29
1
-2
/
+0
*
sys: add proc type to denote per proccess integers
Andrey Konovalov
2016-11-25
1
-2
/
+2
*
prog: minimize based on individual args
Andrey Konovalov
2016-11-25
1
-7
/
+116
*
fuzzer: combine progs from corpus
Andrey Konovalov
2016-11-25
1
-166
/
+177
*
prog: fix checks for max and min len when mutating a bin blob
Andrey Konovalov
2016-11-22
1
-2
/
+2
*
sys: allow to specify buffer size for strings
Dmitry Vyukov
2016-11-11
1
-5
/
+1
*
sys: add string flags
Dmitry Vyukov
2016-11-11
1
-5
/
+7
*
sys: replace FileoffType with IntType{Kind: IntFileoff}
Dmitry Vyukov
2016-11-11
1
-1
/
+1
[prev]
[next]