ejfkdev/ddc
DEX → Java decompiler in Rust — fast, progressive analysis, bilingual CLI
About the project
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.
Useful for
- Decompile a whole APK into a tree of Java files for code auditing
- Find every usage site of a string or method via findrefs without a full decompile
- Extract the app entry point and manifest to quickly triage an unfamiliar APK
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 64 stars so far today, about 92 expected by the end of the day.
- The repository is 1 day old and already has 67 stars.
- Top new repositories this week: #196.
- About 25 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 67
- Stars in a day
- 92
- Forks
- 15
- Issues and pull requests
- 1
- Watchers
- 0
- Language
- Rust
- License
- MIT
- Latest release
- v0.1.1 · September 18, 2026
- Created
- September 18, 2026
- Last push
- September 19, 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 19, 2026Top new repositories this week: #196
Similar projects
-
9.5
cloudflare/security-audit-skill
A coding-agent skill that turns the agent into a security auditor, running a multi-phase code audit with independently verified, machine-readable findings.
-
7.1
arvindear/wp2shell-PoC
Proof-of-concept for the wp2shell vulnerability chain in WordPress Core (CVE-2026-63030 and CVE-2026-60137) that gives an unauthenticated attacker RCE. A tool for testing and exploitation in controlled environments and…
-
6.0
HyNetworks/OpenGFW
An open-source DIY Great Firewall for Linux: it reassembles IP/TCP flows, analyzes protocols (HTTP, TLS, QUIC, DNS, SSH, VPNs) and filters connections via an expr-based rule engine. Aimed at home routers and servers…
-
5.0
yynxxxxx/gpt_sub_analysis
A guide to analyzing the ChatGPT iOS subscription flow: it describes intercepting the buyProduct request via Reqable and SSL Kill Switch 3 and rewriting the offerName and salableAdamId fields to obtain the Pro 20x…
-
3.9
BennyThink/NFCX
Cross-platform GUI desktop app for NFC card work: reader discovery, MIFARE Classic reads, dumps, key management, and key recovery. For cards you own or are authorized to test.
-
3.6
NationalSecurityAgency/ghidra
A software reverse engineering framework from the NSA: disassembly, decompilation, graphing and scripting for analyzing compiled code on Windows, macOS and Linux.