Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 834 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 834 Bytes

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