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

engine, common: use FeatureSet type annotation for `evaluate` signature #2065

Closed williballenthin closed 2 months ago

williballenthin commented 2 months ago

It was used in some places already, but now used everywhere consistently. This should make it easier to refactor the FeatureSet type, if necessary, because its easier to see all the places its used.

Checklist