/CBA

Continuous Binary Analysis

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

CBA

Continuous Binary Analysis

Description

CBA is a GitHub Action that automatically performs binary triage on files that are pushed to a GitHub repository. For more details, please refer to this blog post (Automated Rapid Binary Triage with GitHub Actions, Capa, and Ghidra).

Features

  • Generates artifacts from the following tools:
    • capa
      • markdown
      • json
    • Ghidra
      • decompiled code
      • gzf file (with capa results embedded)

Usage

  1. Commit the files to be analyzed under /files

  2. Push to GitHub

  3. Profit