Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatSize ¶
Types ¶
type SectionInfo ¶
type StringResult ¶
type StringResult struct {
Value string `json:"value"`
Offset int64 `json:"offset"`
Encoding string `json:"encoding"`
Section string `json:"section,omitempty"`
Categories []string `json:"categories"`
Entropy float64 `json:"entropy"`
EntropyLabel string `json:"entropy_label"`
SuspiciousGroup string `json:"api_group,omitempty"`
Source string `json:"source"`
XorKey byte `json:"xor_key,omitempty"`
HexBefore string `json:"hex_before,omitempty"`
HexAfter string `json:"hex_after,omitempty"`
Length int `json:"length"`
}
type ThreatDetails ¶
type ThreatResult ¶
type ThreatResult struct {
Level string `json:"level"`
Score int `json:"score"`
Details map[string]ThreatDetails `json:"details"`
}
Click to show internal directories.
Click to hide internal directories.