Versions in this module Expand all Collapse all v0 v0.6.1 Jan 15, 2020 Changes in this version type Malware + ArchitectureExecutionEnvs []string + Capabilities []string + ImplementationLanguages []string + IsFamily bool + MalwareTypes []string + OsExecutionEnvs []string + SampleRefs []string + func Decode(data []byte) (*Malware, error) + func (o *Malware) AddArchitectureExecutionEnvs(values interface{}) error + func (o *Malware) AddCapabilities(values interface{}) error + func (o *Malware) AddImplementationLanguages(values interface{}) error + func (o *Malware) AddOsExecutionEnvs(values interface{}) error + func (o *Malware) AddSampleRefs(values interface{}) error + func (o *Malware) AddTypes(values interface{}) error + func (o *Malware) Encode() ([]byte, error) + func (o *Malware) EncodeToString() (string, error) + func (o *Malware) GetPropertyList() []string + func (o *Malware) SetIsFamily() error + func (o *Malware) UnmarshalJSON(b []byte) error + func (o *Malware) Valid() (bool, int, []string) v0.5.1 Dec 19, 2018 Changes in this version + type Malware struct + func New() *Malware