syssec-utd/pylingual
Python decompiler for modern Python versions. observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 96
- Release rhythm 35
- Longevity 38
Flags: no_releases
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: 544
- days_rel: n/a
- days_push: 27
- n_releases_24m: 0
Adoption not part of the score
1365 stars · 181 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PyLingual is a CPython bytecode decompiler that recovers Python source code from .pyc files for all Python versions since 3.6. It can be run as a local CLI tool or through a hosted web service, and uses machine-learning-based segmentation for control flow reconstruction.
Use cases
- decompile pyc files back to python source
- recover lost python source code from bytecode
- analyze python malware without source
- decompile python 3.12 bytecode
- reverse engineer compiled python packages
- convert pyc to py
When to choose
- you need to decompile bytecode from modern Python versions 3.6-3.14
- other decompilers like uncompyle6 fail on recent Python versions
- you want a research-grade decompiler with ML-based control flow recovery
When to avoid
- you only need to inspect bytecode disassembly rather than recover source
- you need guaranteed perfect source recovery - decompilation can be imperfect
- you need a decompiler for Python versions older than 3.6
Facets
cli-tool · maturity active
reverse-engineering parser cli machine-learning reverse-engineering developer-tools security programming-languages python cli cross-platform decompiler bytecode pyc cpython source-recovery web-server
2 sources
- readme: https://github.com/syssec-utd/pylingual · fetched 2026-08-28 · db30e7dc4d8a
- homepage: https://pylingual.io/ · fetched 2026-08-29 · 7d7103049edf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| syssec-utd/pylingual | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="syssec-utd/pylingual")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem