config

package
v0.0.0-...-4e6bda9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CorpusGenConfig

type CorpusGenConfig struct {
	ConfigPath string `json:"workload_config"`
	Tracer     string
	Executor   string
	SshKey     string
	SshUser    string
	SshPort    int
	GceConfig
	DestinationDir string `json:"dest_dir"`
}

type DistillConfig

type DistillConfig struct {
	Type             string
	Stats            string `json:"stats"`
	ImplicitDepsFile string `json:"implicit_dependencies"`
}

type GceConfig

type GceConfig struct {
	NumInstances int
	MachineType  string
	ImageName    string
}

type LocalConfig

type LocalConfig struct {
	InputDirectory  string
	Files           []string
	Filter          []string
	OutputDirectory string
}

type ParserConfig

type ParserConfig struct {
	Os   string
	Arch string
	Type string
	LocalConfig
}

type SyzStraceConfig

type SyzStraceConfig struct {
	CorpusGenConf CorpusGenConfig `json:"corpus_gen_conf"`
	ParserConf    ParserConfig    `json:"parser_conf"`
	DistillConf   DistillConfig   `json:"distill_conf"`
}

func NewConfig

func NewConfig(location string) (config *SyzStraceConfig)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL