zhizhuodemao/ai-reverse-toolkit
Instructions file
Instructions for zhizhuodemao/ai-reverse-toolkit, covering claude.md, project overview, repository structure, key mcp dependency and conventions.
zhizhuodemao/ai-reverse-toolkit
Instructions file
Instructions for zhizhuodemao/ai-reverse-toolkit, covering claude.md, project overview, repository structure, key mcp dependency and conventions.
zhizhuodemao/ai-reverse-toolkit
Skill Claude CodeCodex
A tool-assisted process for making deliberately hard-to-read JavaScript easier to understand. It uses Babel, a JavaScript parsing and code-generation toolkit, to decode strings, simplify expressions, remove unused code, and restore control flow when applicable.
zhizhuodemao/ai-reverse-toolkit
Skill Claude CodeCodex
A process for running browser-dependent encrypted JavaScript in Node.js, a JavaScript runtime outside a web browser, by supplying the browser objects and functions the code expects.
zhizhuodemao/ai-reverse-toolkit
Skill Claude CodeCodex
A reverse-engineering skill for finding where a JavaScript application creates a named encrypted request parameter. It identifies the function, script location, and chain of calls that lead to it.
zhizhuodemao/ai-reverse-toolkit
Skill Claude CodeCodex
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
zhizhuodemao/ai-reverse-toolkit
Agent
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
zhizhuodemao/ai-reverse-toolkit
Agent
Compare two outputs WITHOUT knowing which skill produced them.
zhizhuodemao/ai-reverse-toolkit
Agent
Evaluate expectations against an execution transcript and outputs.
zhizhuodemao/android_proxy_mcp
Instructions file
Project instructions for an MCP-based Android traffic-capture service. It lets an AI assistant inspect network requests using natural-language questions.
zhizhuodemao/android_proxy_mcp
MCP server Claude CodeCodexCursor +2
MCP server "android-proxy-mcp" as configured in zhizhuodemao/androidproxymcp. Runs locally from the android-proxy-mcp Python package.
MCP server Claude CodeCodexCursor +2
Agent-native raw CDP over WebSocket MCP layer built on top of cdp-use. Runs locally from the miniapp-cdp Python package.
MCP server Claude CodeCodexCursor +2
Model Context Protocol implementation for Frida. Runs locally from the frida-mcp Python package.
zhizhuodemao/ai-reverse-resources
Plugin Claude Code
AI-assisted reverse engineering plugins for Codex and Claude Code.
zhizhuodemao/ai-reverse-resources
Instructions file CodexOpenCode
AGENTS.md instructions for zhizhuodemao/ai-reverse-resources, covering agents.md, 技能单一来源, 发布 dsh 包, 1. 修改 dsh/js-reverse-plugin/package.json 的 version and 2. 打 tag 推送,ci 自动发布到 npm.
zhizhuodemao/ai-reverse-resources
Plugin Claude Code
JavaScript AST deobfuscation, controlled iv8 execution, JSVMP recovery, and browser evidence through js-reverse-mcp.
zhizhuodemao/ai-reverse-resources
Skill Claude CodeCodex
A controlled iv8 runtime for running browser-dependent JavaScript outside a browser. It supplies browser-like surroundings and uses js-reverse MCP to locate where signatures or tokens are generated.
zhizhuodemao/ai-reverse-resources
Skill Claude CodeCodex
A workflow for recovering the exact behavior of protected JavaScript running inside iv8, a controlled JavaScript runtime, including how it produces signatures, tokens, or encrypted data.
zhizhuodemao/ai-reverse-resources
Skill Claude CodeCodex
An evidence-based workflow for making obfuscated JavaScript easier to read. Obfuscated code is deliberately rearranged or disguised to hide its purpose.