mandiant / capa

The FLARE team's open-source tool to identify capabilities in executable files.
Apache License 2.0
3.99k stars 499 forks source link

capabilities: only log "real" matched rules, not derived count #2064

Closed williballenthin closed 2 months ago

williballenthin commented 2 months ago

When emitting log message, show the number of "real" rule matches, ignoring any of the derived subscope rule matches, which account for most matches.

Checklist