pxb1988/dex2jar
Tools to work with android .dex and java .class files observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4188
- days_rel: n/a
- days_push: 773
- n_releases_24m: 0
Adoption not part of the score
13135 stars · 2186 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
dex2jar is a set of Java-based command-line tools for working with Android .dex and Java .class files. It converts Dalvik executables (e.g., from APKs) into Java class files (JARs) and can disassemble/assemble dex to/from smali.
Use cases
- convert an apk's dex to a jar for decompilation
- disassemble dex files to smali
- reassemble smali back into a dex file
- analyze android app bytecode
- read and write dex files programmatically
- decrypt obfuscated strings in android apps
When to choose
- you need to convert Android dex bytecode to Java class files for static analysis
- you want to disassemble or reassemble dex via smali syntax
- you're doing Android reverse engineering or malware analysis
When to avoid
- you need a full decompiler producing readable Java source (pair it with a decompiler like CFR or Fernflower)
- you need to build or run Android apps rather than analyze them
- you need active feature development - the project is largely in maintenance mode
Facets
cli-tool · maturity maintenance
reverse-engineering parser compiler developer-tools android-tools reverse-engineering security developer-tools cli jvm cross-platform dex apk smali decompilation dalvik java-bytecode
1 source
- readme: https://github.com/pxb1988/dex2jar · fetched 2026-08-28 · 2492bee552b1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pxb1988/dex2jar | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem