# zrax/pycdc

C++ python bytecode disassembler and decompiler

Repository: https://github.com/zrax/pycdc
Canonical: https://ross.abutalabs.com/products/pycdc
Language: C++
License: GPL-3.0
License Family: copyleft
Topics: python, decompiler, disassembler, cxx, hacktoberfest
Last push: 2026-04-07T05:58:13+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 76, release rhythm 35, longevity 100
- inputs: {"age_days": 5463, "days_push": 148, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4594, forks 880 (observed 2026-08-28T04:08:54.746931+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: parser, developer-tools, reverse-engineering
- domain: developer-tools, security, reverse-engineering
- platform: windows, cli, cpp, cross-platform
- tags: python-bytecode, decompiler, disassembler, pyc, cmake, linux, macos

## Member repositories
- zrax/pycdc (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:54.746931+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:19:49.533768+00:00, confidence not recorded.
  - readme: https://github.com/zrax/pycdc (fetched 2026-08-28T04:08:54.746931+00:00, sha cac41eb44b5e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
