PYC

Python Compiled File

# chech python version
file main.pyc
# run pyc file
python main.pyc
# show info about file 
python show.py main.pyc
# decompile file
decompyle3 main.pyc

decompyle3 installation

pip install decompyle3

Last updated