mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-26 16:04:02 +00:00
5-phase decompilation pipeline: 1. Regex-based parser extracts declarations, strings, property accesses 2. MinCut graph partitioning detects original module boundaries 3. Name inference with confidence scoring (HIGH/MEDIUM/LOW) 4. V3 source map generation (browser DevTools compatible) 5. SHAKE-256 Merkle witness chains for cryptographic provenance Ground-truth validation: - 5 test fixtures (Express, MCP Server, React, Multi-Module, Tools) - Self-learning feedback loop via learn_from_ground_truth() - 14 tests, all passing SOTA research document covering JSNice, DeGuard, cross-version fingerprinting, and RuVector's unique advantage combining MinCut, IIT Phi, SONA, and HNSW for decompilation. Co-Authored-By: claude-flow <ruv@ruv.net> |
||
|---|---|---|
| .. | ||
| extracted | ||
| versions | ||
| 00-index.md | ||
| 01-overview-and-binary-structure.md | ||
| 02-tool-system.md | ||
| 03-agent-loop-and-execution-flow.md | ||
| 04-permission-system.md | ||
| 05-mcp-integration.md | ||
| 06-hooks-system.md | ||
| 07-context-and-session-management.md | ||
| 08-configuration-and-environment.md | ||
| 09-agent-and-subagent-system.md | ||
| 10-models-and-api.md | ||
| 11-telemetry-and-observability.md | ||
| 12-dependency-graph.md | ||
| 13-extension-points.md | ||
| 14-source-extraction.md | ||
| 15-core-module-analysis.md | ||
| 16-call-graphs.md | ||
| 17-class-hierarchy.md | ||
| 18-state-machines.md | ||
| 19-ruvector-integration-guide.md | ||
| 20-sota-decompiler-research.md | ||