๐Ÿงฉ
QualityJavaScript

CTF Reverse Engineering

by asdfgh1445

CTF Reverse Engineering is a Quality skill for Claude Code, published by asdfgh1445 in ctf-super-hub.

764 stars96 forkson asdfgh1445/ctf-super-hubAdded 2026/08/23+1% in starsRepository updated 2026/04/23
agent-skillsai-agentscodexcryptographyctfctf-toolsforensicsosintpwnreverse-engineeringweb-security
Install in seconds
Install CTF Reverse Engineering
Copy CTF Reverse Engineering into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/asdfgh1445/ctf-super-hub/tree/main/ctf-reverse ~/.claude/skills/ctf-reverse

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/asdfgh1445/ctf-super-hub.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
ctf-reverse/SKILL.md in asdfgh1445/ctf-super-hub
Installs to
~/.claude/skills/ctf-reverse
Collection
One of 25 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What CTF Reverse Engineering does

CTF Reverse Engineering covers binary, APK, WASM, firmware, custom VM, bytecode, and anti-analysis challenges. Use it when reversing protected or obfuscated CTF targets and extracting logic or secrets.

CTF Reverse Engineering is cataloged under Quality on DirSkills. CTF Reverse Engineering comes from a repository tagged agent-skills, ai-agents, codex, cryptography and ctf.

Documentation

README

CTF Reverse Engineering

Quick reference for RE challenges. For detailed techniques, see supporting files.

Prerequisites

Python packages (all platforms):

pip install frida-tools angr qiling uncompyle6 capstone lief z3-solver
# For Python 3.9+ bytecode: build pycdc from source
git clone https://github.com/zrax/pycdc && cd pycdc && cmake . && make

Linux (apt):

apt install gdb radare2 binutils strace ltrace apktool upx

macOS (Homebrew):

brew install gdb radare2 binutils apktool upx ghidra

radare2 plugins:

r2pm -ci r2ghidra   # Native Ghidra decompiler for radare2

Manual install:

  • pwndbg โ€” Linux: GitHub, macOS: brew install pwndbg/tap/pwndbg-gdb

Additional Resources

This is the opening of the README. Read the full README on GitHub.

Commands CTF Reverse Engineering provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /ctf-pwn
  • /ctf-forensics
  • /ctf-web
  • /ctf-ai-ml
  • /ctf-crypto
  • /ctf-malware
  • /ctf-misc

Frequently asked about CTF Reverse Engineering

  • What else does asdfgh1445 publish alongside CTF Reverse Engineering?

    CTF Reverse Engineering is one of 25 skills that DirSkills catalogs from asdfgh1445/ctf-super-hub, the repository it ships in. Its siblings there include CTF AI/ML Attack Hub, CTF Binary Exploitation and CTF Challenge Triage. Each one is a separate skill with its own page in this directory, installs the same way CTF Reverse Engineering does, and is maintained by asdfgh1445 in that same repository. The rest of the collection is listed on the asdfgh1445/ctf-super-hub page.

  • How does CTF Reverse Engineering compare to other Quality skills?

    CTF Reverse Engineering ranks #1010 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of CTF Reverse Engineering against them. Open each page to compare what they document and how they install.

More from asdfgh1445/ctf-super-hub

CTF Reverse Engineering is one of 25 skills cataloged on DirSkills from asdfgh1445/ctf-super-hub.

See all 25 skills โ†’
๐Ÿค–
1w ago

CTF AI/ML Attack Hub

CTF AI/ML Attack Hub collects techniques for adversarial examples, model extraction, prompt injection, membership inference, poisoning, LoRA abuse, and LLM jailbreaking. Use it when a challenge involves attacking or analyzing an AI or ML system.
AI Engineering
76496
๐Ÿ’ฅ
1w ago

CTF Binary Exploitation

CTF Binary Exploitation covers buffer overflows, format strings, heap exploitation, ROP, ret2libc, shellcode, seccomp bypass, and sandbox escape for pwn-style CTF challenges. Use it when solving binary exploitation tasks.
Quality
76496
๐Ÿ
1w ago

CTF Challenge Triage

CTF Challenge Triage classifies a CTF challenge, performs light initial triage, and routes it to the appropriate ctf-* skill. It can also act as the entry point when the category is already clear.
AI Engineering
76496
๐Ÿ”
1w ago

CTF Cryptography

CTF Cryptography provides quick references for cryptography and math-based CTF challenges, including RSA, AES, ECC, lattices, PRNGs, ZKP, and related attack patterns. Use it when solving crypto puzzles or checking which technique applies.
Quality
76496
๐Ÿ•ต๏ธ
1w ago

CTF Forensics

CTF Forensics covers disk images, memory dumps, logs, PCAPs, steganography, registry artifacts, audio signals, Docker images, coredumps, and deleted-file recovery for forensic CTF challenges. Use it when a puzzle requires extracting or reconstructing evidence from system and network artifacts.
Quality
76496
๐Ÿงช
1w ago

CTF Malware Analysis

CTF Malware Analysis helps analyze malicious-script, PE/.NET, shellcode, and C2 traffic challenges in CTFs. Use it when you need to deobfuscate payloads, extract configs, decode protocols, or spot anti-analysis tricks.
Quality
76496