Tenrec Capa Plugin

September 17, 2025 ยท View on GitHub

logo

Tenrec Capa Plugin

PyPI Python Version License

This plugin integrates flare-capa with tenrec, allowing LLMs to analyze and extract capabilities present in an IDA session.

Installation

To install the plugin, run:

tenrec plugins add -p tenrec-capa

Usage

This package exports the capa plugin, which can be used to analyze binary files and extract capabilities. There are four new operations that tenrec-capa provides:

  • capa_run_analysis
  • capa_get_capabilities_found
  • capa_get_capability_results
  • capa_get_function_results

For a complete breakdown of the plugin and its operations, check out the documentation.