rocky/python-decompile3
Python decompiler for 3.7-3.8 Stripped down from uncompyle6 so we can refactor and start to fix up some long-standing problems observed · 2026-08-28
Health v2 · maintenance only
68/100
- Activity 93
- Release rhythm 18
- 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: 2663
- days_rel: 336
- days_push: 43
- n_releases_24m: 1
Adoption not part of the score
1269 stars · 167 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
decompyle3 is a native Python decompiler that translates Python bytecode (versions 3.7 and 3.8) back into equivalent Python source code. It is a refactored, stripped-down rework of uncompyle6 aimed at fixing long-standing control-flow reconstruction problems.
Use cases
- decompile python 3.7 bytecode back to source
- recover lost python source code from .pyc files
- decompile python 3.8 bytecode
- analyze compiled python bytecode fragments
- reverse engineer python bytecode where uncompyle6 fails
When to choose
- you need to decompile Python 3.7 or 3.8 bytecode
- uncompyle6 produces incorrect control flow for your bytecode
- you want a maintained fork focused on modern Python 3 bytecode
When to avoid
- you need to decompile Python 2.x or older 3.x bytecode (use uncompyle6)
- you need to decompile Python 3.9+ bytecode
- you need a fully robust control-flow solution based on dominator analysis
Facets
cli-tool · maturity maintenance
parser reverse-engineering developer-tools developer-tools security reverse-engineering python cli cross-platform decompiler bytecode uncompyle6 python-3-7 python-3-8 python
1 source
- readme: https://github.com/rocky/python-decompile3 · fetched 2026-08-28 · fa6d90712499
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rocky/python-decompile3 | main | 68 |
For agents
markdown · JSON · MCP: product_card(name="rocky/python-decompile3")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem