ejfkdev/ddc

DEX → Java decompiler in Rust — fast, progressive analysis, bilingual CLI

Open original source ↗

From the publisher

README & documentation

Source preview

Read the project’s overview, installation instructions and usage examples. The original README is the source of truth.

English | 简体中文 [](https://github.com/ejfkdev/ddc/actions/workflows/ci.yml) [](LICENSE) ddc decompiles Android DEX bytecode back into readable Java — at real-world app scale, queryable like a database, and javac-verified: every one of the 909,689 files it emits across seven real-world APKs parses cleanly. decompiles in 5.0s, a 398 MB bundle (Lark) in 5.5s; pathological classes run on deadline-bounded monitored threads instead of hanging the run. (reqable, Telegram, WhatsApp, weibo, weixin, qq, lark — 0.91M files) passes javac with zero syntax errors; every class of a case-variant name pair (X/Cua vs X/cua) is preserved as its own file instead of the last one silently overwriting. cross-references, hierarchies, manifest, resources, per-method decompiles) answer in milliseconds: query metadata first, decompile on demand, skip the full run entirely. containers, invoke-custom; lambdas and string concats fold back into real Java ((a) -> …, Cls::name, a + b). name, Kotlin Intrinsics parameter strings) instead of v12; IntDef literals render as…

ejfkdev/ddc on GitHub A short preview, not the full document.

Read the full README ↗ · Preview checked 2026-09-22T12:32:18.012Z

Inside the original README — Document outline
  1. ddc — DEX → Java decompiler in Rust
  2. Highlights
  3. Install
  4. Usage
  5. Performance
  6. Documentation
  7. Known limitations
  8. Testing
  9. License

Headings are captured from the source. Links open the publisher’s document, not a locally hosted copy.

Links from the README

References supplied by the publisher, not independently verified endorsements. Check the destination before downloading files or entering credentials.

Documentation belongs to its respective authors. Reported project/model license: MIT. A listing is not a grant of reuse or training rights. Confirm the document’s own terms at the source.

What this repository does

DEX → Java decompiler in Rust — fast, progressive analysis, bilingual CLI

Repository facts

Owner
ejfkdev
Primary language
Rust
Stars
255
Forks
45
Open issues + pull requests
2
License
MIT
Archived
No
Default branch
main
Created
2026-09-18T05:07:46.000Z
Last push
2026-09-21T09:03:40.000Z

Topics and intended use

Owner-supplied topics: android, decompiler, dex, reverse-engineering, rust

Review the README for scope, installation, examples and limitations. We do not run repository code or certify it.

Evaluate before installing

Review licensing and dependencies, inspect recent commits and unresolved issues, and test in an isolated environment before production use. Stars and forks alone cannot answer these questions.

README and project files

Issues and maintenance discussion

Releases and changelog

Source and freshness

Source: GitHub. Metadata observed 2026-09-22T12:02:26.135Z. Daily imports are snapshots, not real-time monitoring.

Popularity and source listings do not establish security, suitability, licensing rights or benchmark performance.

Open original source

Related repositories

ultraworkers/claw-code

clash-verge-rev/clash-verge-rev

farion1231/cc-switch

openai/codex

rustdesk/rustdesk

rust-lang/rust