dslsdzc/rev-skills

121 reverse-engineering AI skills (publishable and cross-platform): malware analysis / software reverse engineering / firmware and embedded systems / protocol reverse engineering / mobile applications / unpacking and deobfuscation / software cracking / vulnerability research / managed code / forensics and intelligence / CTF.

This repository also configures its own agents. See what rev-skills tells them →

54Stars on the repository
122Mods indexed here, across every type
14d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

re-license

73

dslsdzc/rev-skills

Skill Claude Code

A guide to locating and analyzing software license or activation checks, such as registration-code validation and machine binding. It is intended for software you own, authorized testing, or research environments.

not rated 54 +12 14d ago A SkillSpector: pass 33 tokens original Apache-2.0

re-lldb

74

dslsdzc/rev-skills

Skill Claude Code

A debugger workflow for macOS, iOS, and Linux programs. A debugger lets you pause a running program, inspect its state, set breakpoints, and evaluate expressions while it runs.

not rated 54 +12 14d ago B SkillSpector: warn 38 tokens original Apache-2.0

re-loader

75

dslsdzc/rev-skills

Skill Claude Code

A workflow for examining software loaders that download, unpack, assemble, or load other modules in memory. It focuses on watching the loader run and extracting the code it eventually produces.

not rated 54 +12 14d ago A SkillSpector: pass 48 tokens original Apache-2.0

re-macos

76

dslsdzc/rev-skills

Skill Claude Code

A workflow for examining native macOS applications and libraries, including their code signatures, permissions, package contents, and runtime behavior. It covers apps, dynamic libraries, frameworks, and macOS trust controls.

not rated 54 +12 14d ago A SkillSpector: warn 69 tokens original Apache-2.0

re-malware

77

dslsdzc/rev-skills

Skill Claude Code

A workflow for investigating potentially malicious software, from safe execution and initial file checks through behaviour, network communication, and indicators of compromise. Indicators of compromise are clues such as hashes, domains, IP addresses, and file paths.

not rated 54 +12 14d ago A SkillSpector: pass 105 tokens original Apache-2.0

re-managed

78

dslsdzc/rev-skills

Skill Claude Code

A workflow for inspecting programs written in .NET, Java, PowerShell, JavaScript, or document macros. These are managed or scripted formats whose code can often be reconstructed and decoded without starting from machine instructions.

not rated 54 +12 14d ago A SkillSpector: pass 152 tokens original Apache-2.0

re-mem-forensics

79

dslsdzc/rev-skills

Skill Claude Code

A guide to examining a computer’s memory dump with Volatility 3. A memory dump is a saved copy of memory that can contain process lists, network connections, injected code, and credential clues.

not rated 54 +12 14d ago A SkillSpector: warn 56 tokens original Apache-2.0

re-memdump

80

dslsdzc/rev-skills

Skill Claude Code

A guide to saving a running process’s memory or analysing an existing core or full-memory dump. It uses tools such as GDB, which is a debugger, and Volatility, which examines saved computer memory.

not rated 54 +12 14d ago A SkillSpector: pass 48 tokens original Apache-2.0

re-mips

81

dslsdzc/rev-skills

Skill Claude Code

A guide to analysing MIPS programs found in router and embedded-device firmware. MIPS is a processor architecture, and the guide covers details such as byte order and delayed instructions.

not rated 54 +12 14d ago C 83 tokens original Apache-2.0

re-mobile-forensics

82

dslsdzc/rev-skills

Skill Claude Code

A guide to collecting and examining data from Android and iOS device backups and app storage. It covers databases, preferences, caches, deleted records, and event timelines.

not rated 54 +12 14d ago A SkillSpector: warn 56 tokens original Apache-2.0

re-mobile-pack

83

dslsdzc/rev-skills

Skill Claude Code

A guide to recovering the real DEX code from Android apps protected by software packers. DEX is the executable bytecode format used by Android apps.

not rated 54 +12 14d ago A SkillSpector: pass 65 tokens original Apache-2.0

re-mobile

84

dslsdzc/rev-skills

Skill Claude Code

A workflow for analysing Android and iOS applications through unpacking, decompilation, runtime instrumentation, and native-library inspection. Decompilation turns compiled code into a more readable form, while instrumentation observes or changes it while it runs.

not rated 54 +12 14d ago A SkillSpector: pass 4 tokens original Apache-2.0

re-netcap

85

dslsdzc/rev-skills

Skill Claude Code

A guide to capturing and examining network traffic from programs, devices, and malware. It covers packet captures, traffic filtering, and inspecting encrypted HTTPS or TLS connections when decryption is available.

not rated 54 +12 14d ago B SkillSpector: warn 42 tokens original Apache-2.0

re-nim

86

dslsdzc/rev-skills

Skill Claude Code

A guide to analysing programs compiled with Nim, including their strings, error handling, and memory-management structures. Nim is a programming language that can produce native executables containing recognisable runtime code.

not rated 54 +12 14d ago A SkillSpector: pass 56 tokens original Apache-2.0

re-packer-id

87

dslsdzc/rev-skills

Skill Claude Code

A guide for identifying whether a compiled program is protected by a packer or obfuscator. A packer compresses or transforms a program so its real code is harder to inspect, often restoring it only when it runs.

not rated 54 +12 14d ago A SkillSpector: pass 48 tokens original Apache-2.0

re-patching

88

dslsdzc/rev-skills

Skill Claude Code

A guide for changing a compiled program at the byte or instruction level. A patch replaces selected bytes in a copy of the program to alter a check or another behavior.

not rated 54 +12 14d ago A SkillSpector: pass 38 tokens original Apache-2.0

re-plugin-dev

89

dslsdzc/rev-skills

Skill Claude Code

A guide for turning one-off Ghidra or IDA analysis scripts into reusable plugins. Ghidra and IDA are programs for inspecting compiled software and recovering its behavior from machine code.

not rated 54 +12 14d ago A SkillSpector: pass 39 tokens original Apache-2.0

re-proto-rev

90

dslsdzc/rev-skills

Skill Claude Code

A guide for reconstructing an unknown network protocol from readable packet captures. It explains how to infer message fields and the order of exchanges, such as a handshake, periodic heartbeat, and session end.

not rated 54 +12 14d ago A SkillSpector: pass 38 tokens original Apache-2.0

re-protocol

91

dslsdzc/rev-skills

Skill Claude Code

A workflow for investigating how an unknown network protocol works. A network protocol is the format and sequence computers use to exchange messages, such as handshakes, heartbeats, and commands.

not rated 54 +12 14d ago A SkillSpector: pass 122 tokens original Apache-2.0

re-pwn

92

dslsdzc/rev-skills

Skill Claude Code

A beginner guide to exploiting memory-safety bugs in CTF challenges. CTFs are security puzzles; the guide covers stack overflows, format-string bugs, return-oriented programming, and ret2libc, a technique that reuses existing library code.

not rated 54 +12 14d ago B SkillSpector: warn 56 tokens original Apache-2.0

re-python

93

dslsdzc/rev-skills

Skill Claude Code

A guide for examining Python programs bundled or protected as executables, bytecode, or compiled extensions. It covers formats made with PyInstaller, PyArmor, Nuitka, and Cython, plus .pyc files.

not rated 54 +12 14d ago A SkillSpector: pass 69 tokens original Apache-2.0

re-radare2

94

dslsdzc/rev-skills

Skill Claude Code

A command-line toolkit guide for inspecting compiled programs and firmware. It focuses on Rizin and radare2, tools that can disassemble machine code and show where functions and instructions are referenced.

not rated 54 +12 14d ago A SkillSpector: pass 43 tokens original Apache-2.0

re-ransomware

95

dslsdzc/rev-skills

Skill Claude Code

A ransomware-analysis guide for examining files encrypted by malicious software, ransom notes, and the code used to encrypt them. It also covers finding keys and building a recovery path.

not rated 54 +12 14d ago A SkillSpector: pass 49 tokens original Apache-2.0

re-riscv

96

dslsdzc/rev-skills

Skill Claude Code

A guide to reverse-engineering programs and firmware built for RISC-V processors, including 32-bit and 64-bit systems. It covers compressed instructions, register-based addressing, calling conventions, system calls, and compiler fingerprints.

not rated 54 +12 14d ago A SkillSpector: pass 88 tokens original Apache-2.0

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: