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 →

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

re-crypto-id

25

dslsdzc/rev-skills

Skill Claude Code

A static-analysis guide for identifying unknown encryption algorithms from ciphertext, constants, and custom transformations such as XOR or bit rotations.

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

re-crypto-keys

26

dslsdzc/rev-skills

Skill Claude Code

A process for finding encryption keys and passwords in a program, its resources, or its memory. It covers hard-coded values and keys derived while the program runs.

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

re-ctf

27

dslsdzc/rev-skills

Skill Claude Code

A workflow for solving capture-the-flag (CTF) challenges, which are security puzzles that usually require finding a hidden flag in a program or data. It helps choose between manual analysis, automated program exploration, mathematical solving, and code deobfuscation.

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

re-deobfuscate

28

dslsdzc/rev-skills

Skill Claude Code

A guide for undoing code obfuscation, which deliberately makes program logic harder to read through misleading instructions, flattened control flow, or encrypted strings.

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

re-disk-forensics

29

dslsdzc/rev-skills

Skill Claude Code

A read-only process for examining disk images or storage media to recover deleted files, rebuild timelines, and find suspicious remnants. A disk image is a file that represents the contents of a drive, while E01 is a common forensic image format.

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

re-doc-malware

30

dslsdzc/rev-skills

Skill Claude Code

A guide to analyzing suspicious PDF, Office, and RTF files, including documents with macros, embedded objects, or software exploits. It focuses on examining document structure and extracting payloads.

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

re-dotnet

31

dslsdzc/rev-skills

Skill Claude Code

A guide to examining .NET programs by converting their intermediate code into readable C#-like code. It also covers common .NET obfuscation tools and locating registration, network, or decryption logic.

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

re-drm

32

dslsdzc/rev-skills

Skill Claude Code

A guide to examining PlayReady and Widevine, technologies that control access to protected video and audio. It covers their components, licence exchanges, and encrypted media formats.

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

re-ebpf

33

dslsdzc/rev-skills

Skill Claude Code

A guide for analysing eBPF programs, small programs that run inside the Linux kernel to observe or control system activity. It covers their instructions, maps, hooks and calls to kernel helpers.

not rated 52 +12 13d ago B 101 tokens original Apache-2.0

re-electron

34

dslsdzc/rev-skills

Skill Claude Code

A guide to examining Electron desktop applications, which package web-based JavaScript inside a desktop program. It covers application archives, main and renderer processes, compiled V8 JavaScript, and debugging connections.

not rated 52 +12 13d ago A SkillSpector: warn 91 tokens original Apache-2.0

re-emulation

35

dslsdzc/rev-skills

Skill Claude Code

A way to run individual pieces of software code in an emulator when the original program cannot run in your environment. Unicorn provides CPU emulation, while Qiling adds more operating-system context; Capstone can decode machine code.

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

re-evasion

36

dslsdzc/rev-skills

Skill Claude Code

A Windows-focused guide for investigating how malware or tools avoid antivirus and endpoint detection, including memory-only execution and script-scanning bypasses.

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

re-exploit

37

dslsdzc/rev-skills

Skill Claude Code

A guide to developing exploits for already located software vulnerabilities. It covers ROP chains, which reuse short instruction sequences, and heap attacks involving memory-allocation structures.

not rated 52 +12 13d ago A SkillSpector: warn 40 tokens original Apache-2.0

re-feedback

38

dslsdzc/rev-skills

Skill Claude Code

A feedback-collection workflow written in Chinese. It gathers lessons from session reviews, scanned articles, or manual notes, removes sensitive details, sorts them by skill area, and handles them as a public issue, local record, or discarded note.

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

re-fileless

39

dslsdzc/rev-skills

Skill Claude Code

A guide for analysing fileless malware, which runs in memory or uses tools such as PowerShell, WMI, scheduled tasks, or registry entries instead of saving a normal program file.

not rated 52 +12 13d ago A SkillSpector: warn 49 tokens original Apache-2.0

re-firmware

40

dslsdzc/rev-skills

Skill Claude Code

A workflow for examining firmware, the software stored in devices such as routers, cameras and other embedded hardware. It covers unpacking firmware, examining its file system, running it in an emulator and, when needed, inspecting the physical device.

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

re-flutter

41

dslsdzc/rev-skills

Skill Claude Code

A guide to examining Flutter and Dart mobile apps by analyzing their compiled machine-code snapshots and, when needed, observing them in a controlled device or emulator.

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

re-forensics

42

dslsdzc/rev-skills

Skill Claude Code

A workflow for investigating computer-memory dumps and linking suspicious findings to threat-intelligence services. It covers memory, disk, mobile, and related malware-analysis tasks.

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

re-format-elf

43

dslsdzc/rev-skills

Skill Claude Code

A guide to reading ELF files, the executable and shared-library format commonly used on Linux. It covers headers, program and section tables, dynamic linking areas, and symbols.

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

re-format-macho

44

dslsdzc/rev-skills

Skill Claude Code

A guide to the Mach-O file format used by macOS and iOS programs, libraries and frameworks. It covers load commands, segments, dynamic-library dependencies, code signatures and multiple-architecture files.

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

re-format-pe

45

dslsdzc/rev-skills

Skill Claude Code

A guide to the PE file format used by Windows programs and libraries such as EXE, DLL and SYS files. It explains how to inspect headers, sections, imports, exports, TLS callbacks and related metadata.

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

re-fp-runtime

46

dslsdzc/rev-skills

Skill Claude Code

A reverse-engineering skill for programs compiled from Haskell or OCaml, two functional programming languages. It focuses on how these programs store closures, which package code with captured data, and heap objects at runtime.

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

dslsdzc/rev-skills

Skill Claude Code

A guide for writing Frida scripts, which attach to a running app or process to observe or change its behavior. It uses a target's identifiable methods, APIs, and other features to shape and check a script.

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

re-frida

48

dslsdzc/rev-skills

Skill Claude Code

A Frida-based workflow for observing and changing software while it is running. Frida is a tool for inserting code into desktop and mobile applications at runtime.

not rated 52 +12 13d ago B SkillSpector: warn 37 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: