sumionochi/Self-Healing-Code-Deobfuscation-Program
This repository provides a multi-stage code deobfuscation tool that combines Genetic Algorithms, LLM (GPT) transformations, and Tree-sitter parsing. You can either run it via a command-line interface (with optional interactive or automated multi-stage execution) or use a FastAPI server and VS Code extension for a more graphical experience.
Platform-specific configuration:
{
"mcpServers": {
"Self-Healing-Code-Deobfuscation-Program": {
"command": "npx",
"args": [
"-y",
"Self-Healing-Code-Deobfuscation-Program"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...