RDX: a native Rust APK/DEX decompiler with a built-in MCP server for AI assistants
evilsocket · x · 2026-09-24
Ch0pin released RDX, an open-source desktop Android reverse-engineering and code-review tool written in Rust, available on macOS, Windows and Linux.
Key points:
- Native, self-contained engine: Java reconstruction runs fully in Rust — no JVM, Java install, or separate decompiler service required.
- One-stop analysis: open an APK, read reconstructed Java, follow method calls, and inspect the manifest and resources; navigate from a manifest component to its code and its usages.
- Responsive search: background searches stream results as they arrive, with a session index that caches decompiled source for repeat queries.
- Memory-conscious: bounded source caches and a disk-backed search index keep RAM usage in check.
- Built-in MCP server: AI assistants can connect via MCP and operate the tool directly.
More from coding & agent
- Open-source sys1 ships a Rust System 1 API for decision models at ~14ms on RTX PRO 6000 — IgorCarron · 2026-09-24
- Developer says Opus 5.5 solves most coding issues: faster, leaner, more reliable — dumay_sacha · 2026-09-24
- MCP Inspector: an interactive surface for testing and debugging MCP servers — KhuyenTran16 · 2026-09-24
- MCP Inspector: official tool to visually test MCP servers via Web, CLI, and TUI — KhuyenTran16 · 2026-09-24
- Annotations: the underrated agentic AI feature that beats bidirectional voice — perilli · 2026-09-24
- Open-source multi-agent framework JiuwenSwarm hits 6.5k stars, targets 100-turn team alignment — ahuja_priyank · 2026-09-24