dslsdzc/rev-skills

121 个逆向工程 AI 技能(可发布、跨平台):恶意软件分析 / 软件逆向 / 固件嵌入式 / 协议逆向 / 移动应用 / 脱壳反混淆 / 软件破解 / 漏洞挖掘 / 托管代码 / 取证情报 / CTF。

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

re-address-space

01

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.

not rated 40 +19 7d ago A 97 tokens original Apache-2.0

re-ai-attack

02

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.

not rated 40 +19 7d ago A 112 tokens original Apache-2.0

re-ai-model

03

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.

not rated 40 +19 7d ago A 97 tokens original Apache-2.0

re-ai-triage

04

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.

not rated 40 +19 7d ago A 87 tokens original Apache-2.0

re-analyze

05

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.

not rated 40 +19 7d ago A 114 tokens original Apache-2.0

re-android-crypto

06

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.

not rated 40 +19 7d ago A 95 tokens original Apache-2.0

re-android-native

07

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.

not rated 40 +19 7d ago A 48 tokens original Apache-2.0

re-angr

08

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.

not rated 40 +19 7d ago A 36 tokens original Apache-2.0

re-anti-analysis

09

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.

not rated 40 +19 7d ago A 126 tokens original Apache-2.0

re-anti-cheat

10

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.

not rated 40 +19 7d ago A 56 tokens original Apache-2.0

re-apk

11

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.

not rated 40 +19 7d ago A 45 tokens original Apache-2.0

re-arm

12

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.

not rated 40 +19 7d ago A 95 tokens original Apache-2.0

re-attribution

13

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.

not rated 40 +19 7d ago A 62 tokens original Apache-2.0

re-automotive

14

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.

not rated 40 +19 7d ago B 39 tokens original Apache-2.0

re-behavior

15

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.

not rated 40 +19 7d ago B 58 tokens original Apache-2.0

re-binary-core

16

dslsdzc/rev-skills

Skill Claude CodeCodex

A general reverse-engineering workflow for studying compiled programs by checking their file format, imported libraries, decompiled code, runtime behavior, and memory.

not rated 40 +19 7d ago A 269 tokens original Apache-2.0

re-binaryninja

17

dslsdzc/rev-skills

Skill Claude CodeCodex

A Binary Ninja workflow for reading compiled programs through a more readable intermediate form and using Python scripts to inspect or label code.

not rated 40 +19 7d ago A 34 tokens original Apache-2.0

re-blockchain

18

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.

not rated 40 +19 7d ago C 57 tokens original Apache-2.0

re-browser-ext

19

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.

not rated 40 +19 7d ago A 59 tokens original Apache-2.0

re-console

20

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.

not rated 40 +19 7d ago A 107 tokens original Apache-2.0

re-cpp-abi

21

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.

not rated 40 +19 7d ago A 69 tokens original Apache-2.0

re-cracking

22

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.

not rated 40 +19 7d ago A 94 tokens original Apache-2.0

re-crash-triage

23

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).

not rated 40 +19 7d ago B 114 tokens original Apache-2.0

re-crypto-decrypt

24

dslsdzc/rev-skills

Skill Claude CodeCodex

A process for turning encrypted data, such as files, traffic, or configuration blobs, back into readable data when the algorithm and key are known. It can also reconstruct the program’s decryption logic as a separate script.

not rated 40 +19 7d ago A 42 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: