google/enjarify
None observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4109
- days_rel: n/a
- days_push: 2492
- n_releases_24m: 0
Adoption not part of the score
2747 stars · 539 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Enjarify is a Python 3 tool that translates Dalvik bytecode from Android APK/DEX files into equivalent Java bytecode (JAR), enabling Java analysis tools to inspect Android apps. It is a more robust alternative to dex2jar, handling many edge cases that cause dex2jar to fail.
Use cases
- convert an apk to a jar for analysis
- translate dalvik bytecode to java bytecode
- analyze android apps with java tools
- decompile dex files
- reverse engineer android applications
- convert multidex apk to single jar
When to choose
- you need to analyze Android apps with Java-based tools like jadx or bytecode analyzers
- dex2jar fails or silently produces incorrect output on edge cases
- you need correct handling of unicode class names, implicit casts, or unusual control flow
When to avoid
- you need translated metadata such as line numbers, sourcefile attributes, or annotations
- you want actively maintained software - development moved to Storyyeller/enjarify
- you need a fast native tool - it is pure Python and slower than alternatives
Facets
cli-tool · maturity maintenance
compiler parser reverse-engineering security developer-tools reverse-engineering security developer-tools parsers windows python cli cross-platform dalvik android apk dex java-bytecode bytecode-translation static-analysis linux macos
1 source
- readme: https://github.com/google/enjarify · fetched 2026-08-28 · cbff2b0c146a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/enjarify | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem