Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
MIME string `json:"mime"`
SSDEEP string `json:"ssdeep,omitempty"`
MD5 string `json:"md5"`
SHA1 string `json:"sha1"`
SHA256 string `json:"sha256"`
Size int `json:"size"`
PE *pe.Info `json:"pe,omitempty"`
MachO *macho.Info `json:"macho,omitempty"`
Elf *elf.Info `json:"elf,omitempty"`
LNK *lnk.Info `json:"lnk,omitempty"`
}
Info contains fingerprinting information.
Click to show internal directories.
Click to hide internal directories.