zrax/pycdc
C++ python bytecode disassembler and decompiler observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 76
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 5463
- days_rel: n/a
- days_push: 148
- n_releases_24m: 0
Adoption not part of the score
4594 stars · 880 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Decompyle++ is a C++ tool that translates compiled Python bytecode (.pyc files) back into readable Python source code. It includes pycdas, a bytecode disassembler, and pycdc, a decompiler, aiming to support bytecode from any Python version.
Use cases
- decompile a .pyc file back to python source
- disassemble python bytecode
- recover lost python source code from compiled files
- analyze malware written in python
- inspect marshalled python code objects
- reverse engineer python binaries
When to choose
- you need to decompile pyc files from many different Python versions
- you want a fast native C++ tool without Python dependencies
- you need both disassembly and decompilation of Python bytecode
When to avoid
- you need perfect, guaranteed-accurate source recovery for modern Python versions
- you prefer a pure-Python tool you can extend easily
- you only need to disassemble bytecode for the current Python interpreter (use the stdlib dis module)
Facets
cli-tool · maturity active
parser developer-tools reverse-engineering developer-tools security reverse-engineering windows cli cpp cross-platform python-bytecode decompiler disassembler pyc cmake linux macos
1 source
- readme: https://github.com/zrax/pycdc · fetched 2026-08-28 · cac41eb44b5e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zrax/pycdc | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem