dslsdzc

60 mods across 1 repository, 21 stars between them.

rev-skills

01

dslsdzc/rev-skills

Plugin Claude Code

A plugin containing 121 reverse-engineering skills for areas such as malware, firmware, protocols, mobile software, unpacking, forensics, and capture-the-flag challenges.

21 3d ago A tokens not measured original Apache-2.0

re-address-space

02

dslsdzc/rev-skills

Skill Claude CodeCodex

A guide to converting addresses between a program file, its virtual memory location, and its runtime location. It explains PIE and ASLR, which can move a program's load address, plus firmware and reverse-engineering tool offsets.

21 3d ago A 97 tokens original Apache-2.0

re-ai-attack

03

dslsdzc/rev-skills

Skill Claude CodeCodex

A security-assessment guide for testing AI models through their visible interfaces or available model files. It covers model copying, behavioral fingerprints, training-data membership checks, privacy leakage, and resistance to adversarial examples, which are inputs designed to cause incorrect model behavior.

21 3d ago A 112 tokens original Apache-2.0

re-ai-model

04

dslsdzc/rev-skills

Skill Claude CodeCodex

A guide for examining machine-learning model files such as ONNX, PyTorch, Safetensors, and TFLite. It reconstructs network structure, extracts weights, and checks files for embedded markers or suspicious content.

21 3d ago A 97 tokens original Apache-2.0

re-ai-triage

05

dslsdzc/rev-skills

Skill Claude CodeCodex

An entry point for analyzing the security and structure of artificial-intelligence models. It decides whether the input is a model file, an API, both, or a potentially malicious package, then sends the work to the relevant analysis path.

21 3d ago A 87 tokens original Apache-2.0

re-analyze

06

dslsdzc/rev-skills

Skill Claude CodeCodex

A single entry point for reverse engineering: examining a file, program, firmware image, document, application package, or code to understand how it works. It first identifies the input and task, checks the environment when needed, and selects an analysis path.

21 3d ago A 114 tokens original Apache-2.0

re-android-crypto

07

dslsdzc/rev-skills

Skill Claude CodeCodex

An Android security-audit guide for examining how an app stores and uses encryption keys, including Android Keystore, the system for protected key storage. It also covers locating encryption calls and intercepting them with Frida, a runtime inspection tool, without recording key bytes.

21 3d ago A 95 tokens original Apache-2.0

re-android-native

08

dslsdzc/rev-skills

Skill Claude CodeCodex

A reverse-engineering workflow for Android native libraries: compiled .so files used by apps through JNI, the bridge between Java or Kotlin code and native code. It restores JNI registration and analyzes native behavior, including cases where the Java layer only calls native functions.

21 3d ago A 48 tokens original Apache-2.0

re-angr

09

dslsdzc/rev-skills

Skill Claude CodeCodex

A guide to symbolic execution with angr, a tool that explores program paths using unknown input values and a constraint solver. It is aimed at finding inputs that reach or avoid chosen points in a program.

21 3d ago A 36 tokens original Apache-2.0

re-anti-analysis

10

dslsdzc/rev-skills

Skill Claude CodeCodex

A workflow for examining software that is packed, protected, or deliberately made difficult to understand. It covers identifying the protection, unpacking simple or advanced cases, and undoing some forms of obfuscation.

21 3d ago A 126 tokens original Apache-2.0

re-anti-cheat

11

dslsdzc/rev-skills

Skill Claude CodeCodex

An authorized research workflow for examining anti-cheat systems such as EAC, BattlEye, and Vanguard, including their drivers, services, and memory checks.

21 3d ago A 56 tokens original Apache-2.0

re-apk

12

dslsdzc/rev-skills

Skill Claude CodeCodex

A guide to examining an Android application package (APK) without running it. It covers the app manifest, decompiled Java code, resources, permissions, components, and signs of packing or obfuscation.

21 3d ago A 45 tokens original Apache-2.0

re-arm

13

dslsdzc/rev-skills

Skill Claude CodeCodex

A guide to reverse-engineering ARM programs outside Android, including embedded firmware, Cortex-M and Cortex-A devices, and bare-metal code.

21 3d ago A 95 tokens original Apache-2.0

re-attribution

14

dslsdzc/rev-skills

Skill Claude CodeCodex

A threat-attribution process for assessing whether security incidents, malware samples, infrastructure, or techniques may be linked to the same attacker or campaign. The conclusions are intelligence assessments, not proof suitable for court.

21 3d ago A 62 tokens original Apache-2.0

re-automotive

15

dslsdzc/rev-skills

Skill Claude CodeCodex

A workflow for analyzing vehicle communication and control software, including CAN bus messages, ECU firmware, and OBD-II or UDS diagnostic sessions.

21 3d ago B 39 tokens original Apache-2.0

re-behavior

16

dslsdzc/rev-skills

Skill Claude CodeCodex

A guide for examining what a suspicious program does after it runs, including its processes, files, registry changes, network activity, persistence, and code injection. It maps observed actions to MITRE ATT&CK, a common catalogue of attacker techniques.

21 3d ago B 58 tokens original Apache-2.0

re-binary-core

17

dslsdzc/rev-skills

Skill Claude CodeCodex

软件逆向核心网关(公共底座)。编排:初勘 → 格式解析 → 反编译 → 调试/跟踪 → 内存。 子技能:[[re-address-space]] [[re-triage]] [[re-format-pe]] [[re-format-elf]] [[re-format-macho]] [[re-imports]] [[re-ghidra]] [[re-ida]] [[re-radare2]] [[re-gdb]] [[re-x64dbg]] [[re-lldb]] [[re-tracing]] [[re-memdump]] [[re-windbg]] [[re-binaryninja]] [[re-emulation]]…

21 3d ago A 269 tokens original Apache-2.0

re-binaryninja

18

dslsdzc/rev-skills

Skill Claude CodeCodex

Binary Ninja 工作流:MLIL、脚本 API。触发词:Binary Ninja、binaryninja、bn、MLIL.

21 3d ago A 34 tokens original Apache-2.0

re-blockchain

19

dslsdzc/rev-skills

Skill Claude CodeCodex

A guide for examining EVM smart contracts when only their compiled bytecode is available. EVM is the software environment used by Ethereum-compatible blockchains, and bytecode is the machine code deployed to a blockchain.

21 3d ago C 57 tokens original Apache-2.0

re-browser-ext

20

dslsdzc/rev-skills

Skill Claude CodeCodex

A workflow for examining browser extensions, which are add-ons packaged as CRX, XPI, or ZIP files for browsers such as Chrome and Firefox.

21 3d ago A 59 tokens original Apache-2.0

re-console

21

dslsdzc/rev-skills

Skill Claude CodeCodex

A guide to analyzing software from game consoles and older gaming systems. It explains formats such as Switch program containers, PlayStation executables, Xbox files, and ROMs, which are files containing game code and data.

21 3d ago A 107 tokens original Apache-2.0

re-cpp-abi

22

dslsdzc/rev-skills

Skill Claude CodeCodex

A tool for examining compiled modern C++ programs when the original source code is unavailable. It helps recover class information, virtual function tables, exception paths, and readable names from a binary file.

21 3d ago A 69 tokens original Apache-2.0

re-cracking

23

dslsdzc/rev-skills

Skill Claude CodeCodex

A gateway for authorized software license analysis, patching, and key generation, including locating how a program checks registration or activation.

21 3d ago A 94 tokens original Apache-2.0

re-crash-triage

24

dslsdzc/rev-skills

Skill Claude CodeCodex

A process for investigating program crashes and deciding whether they reveal a security flaw. It covers reproducing the crash, reading memory-error reports, reducing the input, locating the cause, and making a small proof-of-concept (PoC).

21 3d ago B 114 tokens original Apache-2.0