Skip to content

Releases: Karib0u/capa-x

Release list

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 14:38

capa-x v1.0.0 is an independent project, not
affiliated with or endorsed by Google LLC or Mandiant, Inc.

Release-gate evidence is measured fresh on each release tree:
rule-level agreement with pinned Python capa on the 200-sample
corpus is recorded in docs/BENCHMARKS.md, and known differences
are documented in KNOWN_DIVERGENCES.md.

Each archive contains the capa-x binary and the pinned
capa-rules it was built
against, so it runs with no further downloads:

tar -xzf capa-x-<version>-<target>.tar.gz
cd capa-x-<version>-<target>
./capa-x <sample>

Python bindings are attached as abi3 wheels. Install one directly:

pip install capa_x-<version>-cp38-abi3-<platform>.whl

FLIRT signatures are compiled into the binary. Pinned upstream
versions are in PINNED.md; known result differences against
Python capa are in KNOWN_DIVERGENCES.md.