aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-expand/expand.go
Commit message (Collapse)AuthorAgeFilesLines
* all: ioutil is deprecated in go1.19 (#3718)Taras Madan2023-02-231-2/+1
|
* all: fix format of fmt.Printf/Fprintf callsDmitry Vyukov2020-11-301-1/+1
|
* tools: add syz-expandAndrey Konovalov2019-09-231-0/+52
The syz-expand tools allows to parse a program and print it including all the default values. This is mainly useful for debugging, like doing manual program modifications while trying to come up with a reproducer for some particular kernel behavior.