python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
uncompyle6 Unsupported bytecode, Unsupported Python version
i trying to access the .py code from an .exe file. I have python 3.9 and I installed the 3.8 version because uncompyle6 does not support 3.9. I tried to do everything according to this guide: https://...
kenio02
Votes: 0
Answers: 0
pyc file in py fails to decompile
Thank you for your attention, I have a pyc file and I need to get its source code, I have already tried many libraries, but there are errors with the version,
Here is the command line output when tryi...
artem22nd
Votes: 0
Answers: 1
Using Uncompyle6 library with virtual environment (virtualenv )
I'm creating virtual environment with virtualenv library.I want to decrypt the .pyc extension file.The purpose of me using this library is that Uncompyle6 library doesn't support python 3.9 it yet.
I ...
Check78
Votes: 0
Answers: 0