vulhunt-re

9 mods across 1 repository, 15 stars between them.

vulhunt-re

01

vulhunt-re/skills

Plugin Claude Code

Plugin marketplace listing 1 plugin: vulhunt.

15 5mo ago A tokens not measured

vulhunt

02

vulhunt-re/skills

Plugin Claude Code

Binary analysis skills for VulHunt MCP - decompilation, dataflow analysis, pattern matching, and more.

15 5mo ago A tokens not measured

btp-ba2-cli

03

vulhunt-re/skills

Skill Claude CodeCodex

Interact with the Binarly Transparency Platform (BTP) via CLI commands for uploading firmware, running scans, downloading BA2 archives, and pushing custom rules. Use when you need to interact with the Binarly Transparency Platform or working with BA2s.

15 5mo ago A 56 tokens

vulhunt-re/skills

Skill Claude CodeCodex

Search for raw byte patterns (hex sequences, opcodes) in binary code. Use when looking for specific instruction sequences, machine code patterns, UEFI SMI handlers, or known vulnerability signatures by their byte representation.

15 5mo ago A 48 tokens

call-sites

05

vulhunt-re/skills

Skill Claude CodeCodex

Find all locations where functions are called in a binary. Use when analyzing callers of a function, checking call relationships, or identifying which functions invoke a specific API.

15 5mo ago A 35 tokens

vulhunt-re/skills

Skill Claude CodeCodex

Search for code patterns in decompiled output using Weggli semantic matching. Use when finding vulnerable code constructs like unchecked memcpy, buffer operations, or specific function call patterns in pseudocode.

15 5mo ago A 41 tokens

dataflow-analysis

07

vulhunt-re/skills

Skill Claude CodeCodex

Track data flow between function parameters, calls, and arguments using taint analysis. Use when detecting vulnerabilities like command injection, buffer overflows, or tracing user input to dangerous functions.

15 5mo ago A 40 tokens

decompiler

08

vulhunt-re/skills

Skill Claude CodeCodex

Decompile a function to C-like pseudocode for human-readable analysis. Use to understand function logic, review control flow, or prepare for code pattern matching.

15 5mo ago A 34 tokens

functions

09

vulhunt-re/skills

Skill Claude CodeCodex

Find and list functions in a binary by name, address, regex, or byte pattern. Use as the starting point for binary analysis, to locate specific functions, or to enumerate all functions matching criteria.

15 5mo ago A 42 tokens