syzkaller/prog
Dmitry Vyukov 588a542b2a sys: add string flags
Allow to define string flags in txt descriptions. E.g.:

  filesystem = "ext2", "ext3", "ext4"

and then use it in string type:

  ptr[in, string[filesystem]]
2016-11-11 14:33:37 -08:00
..
analysis.go sys: replace FilenameType with BufferType{Kind: BufferFilename} 2016-11-11 14:32:19 -08:00
clone.go prog: assign types to args during construction 2016-11-11 14:29:52 -08:00
encoding.go prog: assign types to args during construction 2016-11-11 14:29:52 -08:00
encodingexec_test.go Add tests for big-endian ints 2016-10-13 15:38:58 +02:00
encodingexec.go prog: remote Type argument from Arg.Size/Value 2016-11-11 14:31:55 -08:00
generation.go initial support for call priorities 2015-10-14 16:55:09 +02:00
mutation_test.go Fix validate, detect nil non-optional pointer 2016-10-11 20:54:28 +02:00
mutation.go sys: add string flags 2016-11-11 14:33:37 -08:00
parse_test.go prog: fix parse test 2015-12-23 19:47:20 +01:00
parse.go prog: factor out execution log parsing functionality 2015-12-23 19:18:13 +01:00
prio.go sys: add string flags 2016-11-11 14:33:37 -08:00
prog_test.go prog: add a simple test for exec encoding 2016-09-24 11:46:43 +02:00
prog.go sys: add string flags 2016-11-11 14:33:37 -08:00
rand.go sys: add string flags 2016-11-11 14:33:37 -08:00
size_test.go prog: assign types to args during construction 2016-11-11 14:29:52 -08:00
validation.go sys: replace FilenameType with BufferType{Kind: BufferFilename} 2016-11-11 14:32:19 -08:00