reverse-engineering skills

297 tagged reverse-engineering, measured the same way as everything else here.

Browse within: malware-analysis 76dfir 65penetration-testing 62bugbounty 61web-security 61fuzzing 60mitre-attack 60reconnaissance 60detection-engineering 58ghidra 32android 28APK 25static-analysis 23specifications 22

mira-risk-collect

25

vwww-droid/Mira

Skill Claude CodeCodex

Run Mira environment risk collection. Use when the user says /collect, asks to collect or review device environment risks, wants automatic analysis of Android/iOS/Mira runtime signals, or wants to turn fresh Mira observations into reusable risk clues and follow-up checks.

101 9d ago A 57 tokens GPL-3.0

incogbyte/iOS-reverse-engineering-claude-skill

Skill Claude CodeCodex

Extract and analyze iOS IPA, .app bundles, Mach-O binaries, .dylib, and .framework files using ipsw, otool, strings, radare2/rizin, and Ghidra headless. Reverse engineer iOS apps, extract HTTP API endpoints (URLSession, Alamofire, Moya, AFNetworking, GraphQL, WebSocket), trace call flows from ViewControllers to…

86 +1 2mo ago A 321 tokens original Unlicense

ipsw

27

blacktop/ipsw-skill

Skill Claude CodeCodex

Use this skill when reverse-engineering Apple platforms with the ipsw CLI — analyzing iOS/macOS Mach-O binaries, disassembling functions inside dyldsharedcache (DSC), dumping Objective-C/Swift headers from private frameworks, extracting kernelcaches, KEXTs, SEP, iBoot, or DeviceTree from IPSWs/OTAs…

81 4mo ago A 178 tokens original MIT

att&ck

28

0dayInc/pwn

Skill Claude CodeCodex

Exhaustively test each MITRE ATT&CK technique.

76 4d ago A 16 tokens original MIT

cwe

29

0dayInc/pwn

Skill Claude CodeCodex

Exhaustively test a target against every applicable CWE.

76 4d ago A 14 tokens original MIT

osint

30

0dayInc/pwn

Skill Claude CodeCodex

Drive extroosint with the right kind, feeds, pivots, and keys.

76 4d ago A 21 tokens original MIT

bg3-steam-launcher

31

tdimino/bg3se-macos

Skill Claude CodeCodex

Launch Baldur's Gate 3 through Steam on macOS and load saved games using macos-automator and peekaboo MCP servers. Designed for testing bg3se-macos (Script Extender) development. Use when: (1) launching BG3 from Steam, (2) loading a BG3 saved game, (3) testing SE mod injection, (4) user asks to "start BG3", "load my…

57 22d ago A 129 tokens original MIT

bg3se-macos-ghidra

32

tdimino/bg3se-macos

Skill Claude CodeCodex

Develop the BG3 Script Extender macOS port using Ghidra for reverse engineering. Use this skill when: (1) Working on bg3se-macos port development or debugging (2) Using Ghidra to discover offsets, function addresses, or data structures in BG3 (3) Implementing new Lua APIs (Ext., Osi.) for macOS Script Extender (4)…

57 22d ago A 153 tokens original MIT

osgrep-reference

33

tdimino/bg3se-macos

Skill Claude CodeCodex

Comprehensive CLI reference and search strategies for osgrep semantic code search. Use for detailed CLI options, index management commands, search strategy guidance (architectural vs targeted queries), and troubleshooting. Complements the osgrep plugin which handles daemon lifecycle.

57 22d ago A 52 tokens original MIT

gdb

35

betab0t/skills

Skill Claude CodeCodex

Debug and trace C/C++/Rust programs with the GNU Debugger (GDB) without blocking the agent. Use when you need to set tracepoints, inspect variables, or monitor a running process while staying responsive to the user.

45 3mo ago B 50 tokens original MIT

paoding-skill

36

longyunfeigu/paoding-skill

Skill Claude CodeCodex

Use when studying, reverse-engineering, comparing, reviewing, or learning from AI skill packages, SKILL.md files, Claude/Codex skills, prompt workflows, or agent playbooks; use when the user wants reusable skill design patterns, a keep/cut review, Markdown report, structured pattern notes, or multi-page web handbook.…

24 2mo ago A 105 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Analyzes Windows Authenticode signatures on PE files: checking for a signature, reading the signer certificate chain, detecting revoked/expired/stolen certs, and recognizing signature-stripping and catalog-signing abuse. Activates for requests to analyze a code signature, verify Authenticode, or assess signer trust on…

22 1mo ago A 74 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Statically analyzes Linux ELF malware: ELF header and sections, dynamic symbols and imports, segment permissions, embedded strings, and packing indicators to infer capability without execution. Activates for requests to analyze an ELF binary, Linux malware, or shared object.

22 1mo ago A 59 tokens original Apache-2.0

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Analyzes weaponized Windows shortcut (.lnk) files: parsing the shell link structure for the target command, arguments, icon, and working directory, and recovering hidden PowerShell/cmd payloads and embedded content used in phishing. Activates for requests to analyze a malicious LNK, parse a shortcut file, or extract a…

22 1mo ago A 81 tokens original Apache-2.0

sector-b79/Malware-And-Reverse-Engineering-Skill-for-AI-Agents

Skill Claude CodeCodex

Defensive malware analysis and reverse-engineering workflow. Use for authorized lab analysis of suspicious Windows executables, DLLs, shellcode, packed samples, malicious documents, indicators of compromise, static and dynamic triage, IDA/Ghidra/debugger reasoning, anti-analysis handling, unpacking, host/network…

18 +7 3mo ago A 75 tokens

vulhunt-re/skills

Skill Claude CodeCodex

Part of vulhunt

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

43

vulhunt-re/skills

Skill Claude CodeCodex

Part of vulhunt

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

44

vulhunt-re/skills

Skill Claude CodeCodex

Part of vulhunt

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

Mikaru0Mystic/sectinel

Skill Claude CodeCodex

Part of cybersecurity-skills

Analyzes encryption algorithms, key management, and file encryption routines used by ransomware families to assess decryption feasibility, identify implementation weaknesses, and support recovery efforts. Covers AES, RSA, ChaCha20, and hybrid encryption schemes. Activates for requests involving ransomware…

11 2mo ago A 79 tokens original Apache-2.0

deepfork

46

GerardoRdz96/deepfork

Skill Claude CodeCodex

Reverse-engineer any open-source repo into a clean, queryable understanding and a rebuildable blueprint — then build your own customized version from the blueprint. Use when the user wants to understand how a repo works, learn its architecture, or rebuild a tool with their own changes ("how does X work", "rebuild X…

10 2mo ago A 81 tokens original MIT

web-reconstruction

47

zaoshangduziteng/web-reconstruction

Skill Claude CodeCodex

Reconstruct a referenced website, page, interaction, or WebGL/WebGPU/Canvas effect from a URL or supplied evidence. Use for faithful site cloning, offline mirrors, responsive page replication, SPA fixture replay, visual-effect extraction, design transfer, and continued fidelity work on an existing replica. Not for…

10 8d ago A 79 tokens original MIT

robinhood-cli

48

zaydiscold/robinhood-cli-mcp-api

Skill Claude CodeCodex

Use this skill when the user asks to inspect, research, plan, or operate a Robinhood account through the repository's CLI, MCP server, or importable API. It routes account reads, portfolio analysis, equities, options, orders, watchlists, recurring investments, settings, tax lots, tax documents, tax-mechanics research…

10 8d ago A 98 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: