Skill Claude CodeCodex
A JavaScript cleanup workflow that uses Babel’s code-structure tools to simplify several common forms of obfuscation, including encoded strings and tangled control flow.
Skill Claude CodeCodex
A JavaScript cleanup workflow that uses Babel’s code-structure tools to simplify several common forms of obfuscation, including encoded strings and tangled control flow.
Skill Claude CodeCodex
A skill for analysing and recreating the browser features that website JavaScript expects when running in Node.js. Node.js is a server-side JavaScript runtime, while browser code may depend on objects such as the DOM, storage, canvas, WebGL, workers, and network APIs.
Skill Claude CodeCodex
A skill for tracing browser JavaScript computations back from an outgoing request, cookie, header, verification result, or WebSocket message to the code that produced it. It covers ordinary signing and encryption as well as heavily obfuscated code, WebAssembly, proof-of-work, and binary data.
Skill Claude CodeCodex
A browser-environment toolkit for analyzing and recreating the JavaScript objects and behaviors that websites inspect. This work is often called browser emulation or reverse engineering.
Skill Claude CodeCodex
A skill for analysing website verification checks such as image tests, slider puzzles, WAF challenges, and login verification. It uses supplied page evidence to identify the type and likely provider, with authorised testing steps.
Instructions file
Instructions for lwjjike/JSReverser-Strong-MCP, covering claude.md, build and development commands, install dependencies, run all tests and run a single test file (after building).
Skill Claude CodeCodex
A guide for investigating how web-page JavaScript works when its important requests or parameters are difficult to understand.
MCP server Claude CodeCodexCursor +2
JS reverse engineering MCP server with agent-first tool design and built-in anti-detection. 为 AI Agent 设计的 JS 逆向 MCP Server,内置反检测。. Runs locally from the js-reverse-mcp npm package.