8000 GitHub - rand-tech/CBA: Continuous Binary Analysis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rand-tech/CBA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

0