java-deobfuscator/deobfuscator
The real deal 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3868
- days_rel: n/a
- days_push: 1225
- n_releases_24m: 0
Adoption not part of the score
1756 stars · 309 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Java-based CLI tool that deobfuscates Java JAR files produced by commercial obfuscators such as Zelix KlassMaster, Stringer, Allatori, DashO, and DexGuard. It uses configurable transformers and automatic obfuscator detection to strip obfuscation layers from bytecode.
Use cases
- deobfuscate an obfuscated java jar
- detect which obfuscator was used on a jar file
- remove string encryption from a java application
- undo zelix klassmaster obfuscation
- reverse engineer an obfuscated minecraft mod
- write a custom transformer for a new obfuscator
When to choose
- you have an obfuscated Java JAR and need to analyze or recover readable bytecode
- you want automatic detection of which commercial obfuscator was applied
- you need a scriptable CLI workflow with YAML configuration
When to avoid
- you expect to recover original class or method names that were stripped during obfuscation
- you need a GUI-only experience (use the companion deobfuscator-gui instead)
- you are working with non-Java bytecode such as .NET assemblies
Facets
cli-tool · maturity maintenance
reverse-engineering security parser reverse-engineering security developer-tools cli cross-platform jvm deobfuscator java-bytecode jar obfuscation-removal reverse-engineering java
1 source
- readme: https://github.com/java-deobfuscator/deobfuscator · fetched 2026-08-28 · cfce1d908771
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| java-deobfuscator/deobfuscator | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="java-deobfuscator/deobfuscator")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem