├── README.md ├── pycdas.exe ├── pycdc.exe └── pycxx.lib /README.md: -------------------------------------------------------------------------------- 1 | # 🐍 | Python Decompiler 2 | ⌈ Stable support for all Python3 versions.
3 | ⌊ Also 3.9 and 3.10.

4 | 5 | ## ❓| Usage 6 | 7 | • Download the files.
8 | • Join in the files path

9 | ╭ For PYC Disassembler › pycdas [PATH TO PYC FILE]
10 | ╰ For PYC Decompiler › pycdc [PATH TO PYC FILE]
11 |
12 | ◇ Forked from pycdc 13 | 14 | 15 | -------------------------------------------------------------------------------- /pycdas.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stepperr27/Python-Decompiler/1a81f5ac5cb9aeb1eb9245ab2f912996e869d6c7/pycdas.exe -------------------------------------------------------------------------------- /pycdc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stepperr27/Python-Decompiler/1a81f5ac5cb9aeb1eb9245ab2f912996e869d6c7/pycdc.exe -------------------------------------------------------------------------------- /pycxx.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stepperr27/Python-Decompiler/1a81f5ac5cb9aeb1eb9245ab2f912996e869d6c7/pycxx.lib --------------------------------------------------------------------------------