I've been at this for a couple hours and finally have a solution using Decompyle++:
- visit
https://cmake.org/download/
and install CMake. - visit
https://github.com/zrax/pycdc
and grab a copy of this repo:pycdc-master
. - add
C:\Program Files\CMake\bin
to your system environment variables under PATH.
I suggest putting your pycdc-master
folder into another folder, like anotherFolder
.
Now you can run these commands in the command line:
cd anotherFolder
to go into the folder that haspycdc-master
in it.cmake pycdc-master
cd ../
to go up one directory,- then:
cmake --build anotherFolder
pycdc.exe
will then be in anotherFolder\Debug
.
Do something like pycdc.exe onlyhopeofgettingmycodeback.pyc
in a console and it will print out the source code. I had Python 3.9.6 source code and nothing else was working.
Đăng nhận xét