mandiant / capa

The FLARE team's open-source tool to identify capabilities in executable files.
https://mandiant.github.io/capa/
Apache License 2.0
4.07k stars 512 forks source link

defer loading of some dependencies #1988

Closed williballenthin closed 6 months ago

williballenthin commented 6 months ago

closes #1810

This PR moves the import of some dependencies closer to where they are used. This enables some capa users to avoid installing all dependencies (such as vivisect) while still being able to invoke some functionality.

Checklist