Metadata-Version: 2.4
Name: unidecompiler
Version: 0.1.0
Summary: A small universal bytecode decompiler experiment.
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# unidecompiler

`unidecompiler` is the frontend-neutral core for universal bytecode
decompilation. It owns thin-IR lifting, recovery, generic IR, diagnostics, AST
generation, and the stable `DecompilerEngine` facade used by CLI, GUI, and
frontend plugin packages.

Frontend plugins decode VM-specific formats and submit neutral bytecode facts;
they do not perform source-structure recovery.
