rocky / python-uncompyle6

A cross-version Python bytecode decompiler
GNU General Public License v3.0
3.74k stars 408 forks source link

Support for Nuitka #315

Closed Ashesh3 closed 4 years ago

Ashesh3 commented 4 years ago

Description

Hello, is it possible to add support but nuitka? https://nuitka.net/

rocky commented 4 years ago

Hello, Nuitka doesn't create use bytecode as far as I can tell. Instead it creates C programs that are compiled to a binary. Is it possible to describe what exactly you mean and how this would work?