Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LimeLighterArgs ¶
type Payload ¶
type Payload struct { Arch string `yaml:"arch,omitempty"` Debug bool `yaml:"debug"` Type string `yaml:"type,omitempty"` Sgn bool `yaml:"sgn,omitempty"` Artifacts []Artifact `yaml:"artifacts"` Obfuscation bool `yaml:"obfuscation"` Append string `yaml:"append"` Prepend string `yaml:"prepend"` FilePropertiesPath string `yaml:"file_properties_path"` LimeLighterArgs LimeLighterArgs `yaml:"limelighter"` }
type PayloadConfig ¶
type PayloadConfig struct {
Payload Payload `yaml:"payload,omitempty"`
}
func NewPayloadConfigFromFile ¶
func NewPayloadConfigFromFile(data []byte) (PayloadConfig, error)
Click to show internal directories.
Click to hide internal directories.