binary analysis skills

39 tagged binary analysis, measured the same way as everything else here.

Browse within: reverse-engineering 18malware-analysis 13ghidra 11disassembly 10claude-code-skills 8cybersecurity 8codex-skills 7go-malware 7golang 7vulnerability-research 7decompiler 6frida 5ida-pro 5

morluto/rea

Skill Claude CodeCodex

Reverse engineer native, managed, Electron/JavaScript, packaged, and browser applications with REA. Use shipped-artifact or approved runtime evidence to explain features, compare versions, decompile code, or guide a reconstruction. Skip REA for ordinary source-repository architecture analysis.

386 3d ago A 61 tokens original MIT

IDA-Skill

03

miunasu/IDA-Skill

Skill Claude CodeCodex

A skill for reverse-engineering software with IDA Pro, a program for examining compiled applications. It uses IDAPython scripts to inspect disassembly, decompiled code, strings, imported functions, and references between code locations.

227 11d ago A 40 tokens AGPL-3.0

ghidra-cli

04

akiselev/ghidra-cli

Skill Claude CodeCodex

Use ghidra-cli for reverse engineering tasks: binary analysis, decompilation, function inspection, cross-reference analysis, pattern discovery, binary patching, and type system management. Activate when the user requests: - Binary analysis or reverse engineering - Decompilation or disassembly - Function listing…

202 23d ago A 132 tokens GPL-3.0

ciphertext-recovery

05

icloudza/algokiller-plugin

Skill Claude CodeCodex

A method for recovering an unknown encryption, signing, or encoding algorithm from an ARM64 execution trace, which is a recorded sequence of processor operations. It uses evidence from the trace and checks possible algorithms against the observed results.

77 3mo ago A 116 tokens original MIT

ciphertext

06

icloudza/algokiller-plugin

Skill Claude CodeCodex

Strong activation entry for AlgoKiller ciphertext-recovery mode. Bind an ARM64 trace, force-load the ciphertext-recovery methodology, and start cipher / algorithm recovery from a target ciphertext.

77 3mo ago A 40 tokens original MIT

trace-analysis

07

icloudza/algokiller-plugin

Skill Claude CodeCodex

A method for analyzing ARM64 execution traces, which are detailed records of processor instructions and program activity. It uses a bound trace file and evidence from trace-analysis tools to study execution flow, fields, calls, and data buffers.

77 3mo ago A 124 tokens original MIT

26zl/cybersec-toolkit

Skill Claude CodeCodex

Reverse engineer Go-compiled malware using Ghidra with specialized scripts for function recovery, string extraction, and type reconstruction in stripped Go binaries.

46 4d ago A 40 tokens original MIT

binary-analysis

09

DeepBitsTechnology/claude-plugins

Skill Claude CodeCodex

Analyze binary files (exe, dll, sys, bin, ocx, scr, cpl, drv, elf, so, macho, apk) to assess if they are malicious, perform decompilation, extract strings/imports/exports, detect malware, and provide threat assessment. Use this skill when user asks to analyze, examine, check, or assess any binary file, asks if a file…

46 1mo ago A 132 tokens original Apache-2.0

kernel-cve-analysis

10

DeepBitsTechnology/claude-plugins

Skill Claude CodeCodex

Query the Android/AOSP kernel CVE database to look up a specific CVE, find CVEs affecting a kernel version or build date, find unpatched CVEs in a branch, or identify exploitable vulnerabilities. Use this skill when the user asks about Android kernel CVEs, AOSP kernel vulnerabilities, which CVEs affect a kernel…

46 1mo ago A 136 tokens original Apache-2.0

ida-cli

11

ze-mu-zhou/IDACLI

Skill Claude CodeCodex

Use this skill when Claude Code needs to drive local IDA Pro or Hex-Rays through the IDA-CLI AI-only JSONL kernel, run IDAPython/idalib analysis from a CLI subprocess, collect artifacts, use AI helper APIs, persist caches, merge mutation records, or inspect binaries without opening IDA GUI panels.

42 1mo ago A 70 tokens original MIT

ryuumonbuchi

12

elliottophellia/Ryuumonbuchi

Skill Claude CodeCodex

Operate the Ryuumonbuchi MCP server for headless Ghidra reverse engineering. Use when driving decompilation, disassembly, patching, type and symbol recovery, memory edits, transactions, and Ghidra project analysis through a Ryuumonbuchi server (stdio or streamable HTTP). Covers the safe read-only-first workflow…

30 4d ago A 126 tokens GPL-2.0

ux-assessment

13

branover/hexgraph

Skill Claude CodeCodex

Run the two-role, agent-driven UX walkthrough of the HexGraph web UI against the living contract in docs/dev/ux-contract.md. Use this on every major UI change, fix evaluation, or release: one agent (the VR analyst) drives HexGraph the way a researcher's agent would and populates every surface; a second, separate agent…

19 16d ago A 140 tokens AGPL-3.0

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

15

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

dataflow-analysis

16

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

idapython

17

rison1337/ida-pro-mcp-fusion

Skill Claude CodeCodex

IDA Pro Python scripting for reverse engineering. Use when writing IDAPython scripts, analyzing binaries, working with IDA's API for disassembly, decompilation (Hex-Rays), type systems, cross-references, functions, segments, or any IDA database manipulation. Covers ida modules (50+), idautils iterators, and common…

9 1mo ago A 77 tokens copy · 100% MIT

rust-elegant

18

VibRev/ida-headless-mcp

Skill Claude CodeCodex

A set of Rust coding guidelines for writing, reviewing, and structuring Rust projects, including error handling, ownership, traits, enums, iterators, macros, and memory use.

9 3d ago A 111 tokens original Apache-2.0

idapython

19

VibRev/ida-headless-mcp

Skill Claude CodeCodex

IDA Pro Python scripting for reverse engineering. Use when writing IDAPython scripts, analyzing binaries, working with IDA's API for disassembly, decompilation (Hex-Rays), type systems, cross-references, functions, segments, or any IDA database manipulation. Covers ida modules (50+), idautils iterators, and common…

9 3d ago A 77 tokens copy · 100% Apache-2.0

Newmcpe/ida-reverse-engineering-skill

Skill Claude CodeCodex

Drive IDA Pro through the IDA Pro MCP like a senior reverse engineer: don't just narrate decompiler output, transform the database. Use this whenever the user is reverse engineering, analyzing malware, working a crackme or CTF, or doing binary/firmware analysis with IDA Pro over an MCP connection (mrexodia/ida-pro-mcp…

5 2mo ago A 243 tokens WTFPL

reverse-engineer

22

mrigankad/SRE-CLI

Skill Claude CodeCodex

Authorized software reverse engineering, binary analysis, and program comprehension for legitimate purposes including security review, interoperability, migration, modernization, debugging, and documentation. USE WHEN: user needs to analyze software they own or have explicit authorization to inspect, including legacy…

2 5mo ago A 137 tokens

hexwitness

23

siaginw/HexWitness

Skill Claude CodeCodex

Investigate authorized binaries and runtime behavior with HexWitness's durable evidence MCP and optional Binary Ninja or IDA live tools. Use for function or class discovery, UUID and field mapping, protocol reconstruction, capture comparison, contradiction analysis, evidence-gap planning, and promotion of live…

1 18d ago A 64 tokens