AI-assisted skills, rules and prompts for reverse engineering.
Covers Web/JS, Android/iOS App, and more.
Works with Claude, GPT, Gemini and other LLMs.
ai-reverse-toolkit/
├── skills/ # Task-oriented skills (find entry, algorithm restore, etc.)
├── rules/ # Background knowledge (obfuscation, tools, protocols, etc.)
└── prompts/ # Common prompt templates
Copy to your project:
cp -r skills/* .claude/skills/
cp -r rules/* .claude/rules/Use the markdown files directly as system prompts or context.
| Skill | Category | Description |
|---|---|---|
find-crypto-entry |
Web/JS | Locate encryption parameter generation entry point |
| Rule | Category | Description |
|---|---|---|
js-reverse.md |
Web/JS | JS reverse engineering guide and tool reference |
- App reverse engineering skills (Frida, IDA, Ghidra)
- Protocol analysis rules
- More prompt templates
- js-reverse MCP - Browser debugging MCP tool (for Claude Code)
MIT