Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executable ¶
type Executable struct { Filename string Content []byte MIME string MD5 string SHA1 string SHA256 string SSDeep string }
func LoadExecutable ¶
func LoadExecutable(filename string) (*Executable, error)
func (Executable) String ¶
func (exe Executable) String() string
Click to show internal directories.
Click to hide internal directories.