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/pycdcand grab a copy of this repo:pycdc-master. - add
C:\Program Files\CMake\binto 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 anotherFolderto go into the folder that haspycdc-masterin it.cmake pycdc-mastercd ../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