Documentation
¶
Index ¶
Constants ¶
View Source
const (
NAME string = "malcontent"
)
Variables ¶
View Source
var RiskLevels = map[int]string{
0: "NONE",
1: "LOW",
2: "MEDIUM",
3: "HIGH",
4: "CRITICAL",
}
Functions ¶
func Generate ¶
func Generate(ctx context.Context, path string, mrs yara.MatchRules, c malcontent.Config, expath string) (malcontent.FileReport, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.