Skip to content

vulhunt-re/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

VulHunt Skills Plugin

Binary analysis skills for Claude Code, powered by VulHunt MCP tools.

Skills

Skill Description
call-sites Find function call sites in a binary
code-pattern-matching Search for code patterns in decompiled output using Weggli
dataflow-analysis Track data flow between function parameters, calls, and arguments
decompiler Decompile a function in a binary to C-like pseudocode
functions Find and list functions in a binary
byte-pattern-matching Search for raw byte patterns in binary code
btp-ba2-cli Interact with the Binarly Transparency Platform and Binarly Analysis Archives (BA2 files)

Usage

Once installed, skills are available via:

  • /vulhunt:decompiler - Decompile a function
  • /vulhunt:functions - Find functions
  • /vulhunt:call-sites - Find call sites
  • /vulhunt:dataflow-analysis - Perform dataflow analysis
  • /vulhunt:code-pattern-matching - Search code patterns
  • /vulhunt:byte-pattern-matching - Search byte patterns
  • /vulhunt:btp-ba2-cli - Interact with the BTP and BA2s

Requirements

  • VulHunt MCP server must be configured and running
  • Binary project must be opened via open_project tool

Installation

Via Claude Code:

git submodule update --init --remote

claude plugin marketplace add vulhunt-re/skills
claude plugin install vulhunt

Via skills.sh:

npx skills add vulhunt-re/skills

Releases

No releases published

Packages

 
 
 

Contributors