Go to file
noah metz 1017a0d321 Update 2024-01-19 21:37:36 -07:00
README Updated to decompile 2024-01-19 21:36:13 -07:00
get_co.py Initial commit 2024-01-19 21:20:02 -07:00
get_pyc.py Update 2024-01-19 21:37:36 -07:00

README

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