pyinstaller-decompiler/README

6 lines
235 B
Plaintext

Steps:
1. Extract PYZ from executable with `pyi-archive_viewer`
2. Run get_co.py on the PYZ file to extract all code objects embedded in the PYZ file
3. Run get_pyc.py on the extracted directory to get the pyc and py files for the co