Questions tagged [uncompyle6]
8 questions
3
votes
4 answers
Uncompyle6 convert pyc to py file python 3 (Whole directory)
I have 200 pyc files I need to convert in a folder. I am aware of converting pyc to py files through uncompyle6 -o . 31.pyc however as I have so many pyc files, this would take a long period of time. I've founds lots of documentation but not much…
user8900239
2
votes
1 answer
I'm getting an error with Uncompyle6 and Decompyle3 after getting the bytecode from pyinstxtractor
I got this error when I tried Uncompyle6 uncompyle6 main.pyc :
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File…

lunix
- 151
- 1
- 14
1
vote
0 answers
Why do I get a parse error when I decompile?
I have a few questions.
I used pyinstxtractor.py with no issue. No problem at all about this; but I wanted to know why does it say Python version is 0 for this specific EXE but others may differ like an actual version? Does 0 mean obfuscated or…

davejohn2s
- 21
- 2
1
vote
0 answers
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 installed the 3.8.0 version of python in the…

Check78
- 73
- 7
0
votes
0 answers
trying to put python .pyc file to .py, "Unknown type 64 @" error occured
I'm trying to decompile a python .pyc file into a source code .py file with uncompyle6, but I'm getting the error "Unknown type 64 @".
Here is the error message:
Unknown type 64 @
Unknown type 0
Unknown type 0
Unknown type 0
Unknown type 64…

angela
- 1
- 2
0
votes
0 answers
Recompyling python complyled .exe to execute on linux
I have a program, compyled from python sources for windows. But i need to execute it on linux server.
My plan was in decompyling it by https://github.com/LookiMan/EXE2PY-Decompiler, but it doesn't give any positive result cause code is encrypted. I…
0
votes
0 answers
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://www.youtube.com/watch?v=jmC-FKNRdvk&t=486s
and…

kenio02
- 1
- 1
-1
votes
1 answer
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 trying to…

artem22nd
- 17
- 1
- 4