Files
sing-box/service/ccm/CLAUDE.md
2026-03-22 06:23:13 +08:00

421 B

Claude Code Multiplexer

Reverse Claude Code

Claude distributes a huge binary by default in a Bun, which is difficult to reverse engineer (and is very likely the one the user have installed now).

You must obtain the npm version of the Claude Code js source code:

Example:

cd /tmp && npm pack @anthropic-ai/claude-code && tar xzf anthropic-ai-claude-code-*.tgz && npx prettier --write package/cli.js