Python Compiled File
Last updated 10 months ago
# 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
pip install decompyle3