Ch0pin/rdx
A native APK and DEX decompiler written in Rust
About the project
A native APK and DEX decompiler written in Rust for Android reverse engineering: reconstructs Java code, shows manifest and resources, and includes a built-in MCP server for AI assistants.
Useful for
- Decompile an APK to study reconstructed Java code and method relationships
- Connect an AI assistant via MCP to inspect classes and the app manifest
- Check exported components in the manifest for unintended entry points
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 2 expected by the end of the day.
- The repository is 6 days old and already has 68 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #198.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 68
- Today
- 0 · ≈ 2 by evening
- Forks
- 2
- Issues and pull requests
- 1
- Watchers
- 0
- Language
- Rust
- Latest release
- v0.2.1 · September 24, 2026
- Created
- September 21, 2026
- Last push
- September 26, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 27, 2026Top new repositories this week: #197
Similar by description
-
0.8
ejfkdev/ddc
A Rust DEX-to-Java decompiler for Android with progressive analysis: query metadata first and decompile classes on demand instead of a full run. Its output is javac-verified across seven real-world APKs.
-
1.1
rizinorg/cutter
Cutter is a free and open-source reverse engineering platform with a GUI powered by rizin, designed for analyzing and debugging binaries.