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-rtos

97

dslsdzc/rev-skills

Skill Claude Code

A guide to analysing firmware that runs a real-time operating system (RTOS), software designed to schedule tasks predictably on embedded devices. It covers FreeRTOS, ThreadX, Zephyr, QNX, and similar systems.

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

re-rust

98

dslsdzc/rev-skills

Skill Claude Code

A guide to reverse-engineering Rust programs from compiled binaries. It explains how to decode Rust symbols, recognise generic code, understand object cleanup, and analyse async code and common Rust libraries.

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

re-sandbox

99

dslsdzc/rev-skills

Skill Claude Code

A guide to running untrusted programs in an isolated environment called a sandbox. It covers lightweight process isolation, containers, and virtual machines with snapshots.

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

re-script-deob

100

dslsdzc/rev-skills

Skill Claude Code

A guide to removing obfuscation from PowerShell, VBA macros, and JavaScript. Obfuscation deliberately makes code hard to read by encoding strings, joining fragments, or hiding the execution chain.

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

re-sdr

101

dslsdzc/rev-skills

Skill Claude Code

A guide to analysing radio signals with software-defined radio, where hardware captures radio transmissions and software processes them. It covers wireless protocols, remote controls, telemetry, and common 433, 868, and 915 MHz devices.

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

re-shellcode

102

dslsdzc/rev-skills

Skill Claude Code

A guide to analysing shellcode, a small piece of machine code designed to run inside another program or exploit. It covers extracting, decoding, disassembling, and safely simulating such code.

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

re-stego

103

dslsdzc/rev-skills

Skill Claude Code

A guide to finding and extracting hidden data in files using steganography, a technique for concealing information inside images, audio, or other files. It covers image bits, file endings, metadata, and file structure.

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

re-swift

104

dslsdzc/rev-skills

Skill Claude Code

A guide to examining compiled Swift programs, including their symbols, protocol data, closures, and links to Objective-C code. It covers Swift binaries on macOS and Linux with tools such as swift-demangle.

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

re-tee

105

dslsdzc/rev-skills

Skill Claude Code

A guide to reverse-engineering trusted execution environments, protected areas of a device that handle sensitive code and data separately from the main operating system. It focuses on TrustZone, OP-TEE, trusted applications, secure storage, and device keys.

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

re-ti

106

dslsdzc/rev-skills

Skill Claude Code

A workflow for checking hashes, domains, IP addresses, and sandbox reports against threat-intelligence services. Threat intelligence is shared information about known malicious files, infrastructure, and activity.

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

re-tls

107

dslsdzc/rev-skills

Skill Claude Code

A workflow for analysing TLS-encrypted network traffic, including connection fingerprints, certificates, and recovered session keys. TLS is the encryption used by HTTPS and many other network protocols.

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

re-tracing

108

dslsdzc/rev-skills

Skill Claude Code

A workflow for recording the system calls and library calls a running program makes. System calls are requests from a program to the operating system, such as opening files, creating processes, or connecting to a network.

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

re-triage

109

dslsdzc/rev-skills

Skill Claude Code

A first-pass workflow for identifying an unknown file’s type, architecture, hashes, strings, and possible compression or encryption. In malware analysis, this initial inspection is often called triage.

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

re-uefi

110

dslsdzc/rev-skills

Skill Claude Code

A workflow for analysing UEFI and BIOS firmware, including its internal modules, DXE drivers, and bootkits. UEFI is the software that starts a computer before the operating system loads.

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

re-unpack-advanced

111

dslsdzc/rev-skills

Skill Claude Code

A workflow for removing difficult protection layers from Windows programs, including VMProtect and Themida. These protections can transform or hide the original code and interfere with debuggers.

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

re-unpack-simple

112

dslsdzc/rev-skills

Skill Claude Code

A workflow for removing simple compression wrappers from Windows programs, such as UPX, ASPack, and FSG, so the original code can be examined.

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

re-variant

113

dslsdzc/rev-skills

Skill Claude Code

A workflow for comparing two compiled programs, such as a version before and after a security patch. It matches functions and highlights changes in the machine code.

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

re-vuln

114

dslsdzc/rev-skills

Skill Claude Code

A workflow for finding software vulnerabilities with coverage-guided fuzzing, a method that repeatedly feeds generated or altered inputs to a program while tracking which code paths they reach.

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

re-wasm

115

dslsdzc/rev-skills

Skill Claude Code

A workflow for examining WebAssembly modules, the compact binary programs that can run in web pages, browser extensions, games, and other hosts.

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

re-whitebox

116

dslsdzc/rev-skills

Skill Claude Code

A guide to analysing white-box cryptography, where the secret key is hidden inside the implementation instead of stored as an obvious value. It focuses on large lookup tables and code that transforms data through those tables.

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

re-windbg

117

dslsdzc/rev-skills

Skill Claude Code

A guide to using WinDbg, Microsoft’s debugger for Windows programs, crash dumps, drivers, and the operating-system kernel. It also covers recording and replaying program execution with Time Travel Debugging.

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

re-x64dbg

118

dslsdzc/rev-skills

Skill Claude Code

A guide to using x64dbg, a Windows debugger for running a program step by step and inspecting its registers and memory. It also covers repairing imported-function information after unpacking a program.

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

re-z3

119

dslsdzc/rev-skills

Skill Claude Code

A guide to using the Z3 constraint solver, a tool that finds values satisfying mathematical rules. It focuses on recovering keys or CTF flags from reconstructed program checks.

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

re-zig

120

dslsdzc/rev-skills

Skill Claude Code

A guide to examining compiled Zig programs, including how Zig-specific error handling, panics, compile-time code, and C interfaces appear in machine code. Reverse engineering means studying a compiled program to understand its behaviour.

not rated 54 +12 14d ago A SkillSpector: pass 57 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: