Documentation ¶ Index ¶ func All() []rule.ELFRule func Get(id string) rule.ELFRule type Engine func NewEngine(rules []rule.Rule, logger *slog.Logger) *Engine func (e *Engine) ExecuteRules(bin *binary.ELFBinary) []analyzer.FindingWithSuggestion Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func All ¶ added in v0.4.0 func All() []rule.ELFRule func Get ¶ added in v0.4.0 func Get(id string) rule.ELFRule Types ¶ type Engine ¶ type Engine struct { // contains filtered or unexported fields } func NewEngine ¶ func NewEngine(rules []rule.Rule, logger *slog.Logger) *Engine func (*Engine) ExecuteRules ¶ func (e *Engine) ExecuteRules(bin *binary.ELFBinary) []analyzer.FindingWithSuggestion Source Files ¶ View all Source files engine.goregistry.gosuggestions.go Click to show internal directories. Click to hide internal directories.