aboutsummaryrefslogtreecommitdiffstats
path: root/prog/encoding_test.go
Commit message (Collapse)AuthorAgeFilesLines
* prog: remove default target and all global stateDmitry Vyukov2017-09-151-7/+5
| | | | | | Now each prog function accepts the desired target explicitly. No global, implicit state involved. This is much cleaner and allows cross-OS/arch testing, etc.
* prog, sys: move types to progDmitry Vyukov2017-09-051-2/+5
| | | | | | | | | | | Large overhaul moves syscalls and arg types from sys to prog. Sys package now depends on prog and contains only generated descriptions of syscalls. Introduce prog.Target type that encapsulates all targer properties, like syscall list, ptr/page size, etc. Also moves OS-dependent pieces like mmap call generation from prog to sys. Update #191
* prog: return error instead of panic when parsingAndrey Konovalov2017-07-241-0/+30
|
* syz-hub: add programDmitry Vyukov2016-11-171-0/+95
syz-hub is used to exchange programs between syz-managers.