文件名称:pyinstxtractor.py
文件大小:12KB
文件格式:PY
更新时间:2022-10-30 09:28:59
python 反编译 PyInstaller Extr
This is a python script to extract the contents of a PyInstaller generated Windows executable file. The contents of the pyz file (usually pyc files) present inside the executable are also extracted. The pyc files are made valid so that a python bytecode decompiler will recognise it. Script can run on both python 2.x and 3.x Pyinstaller versions 2.0, 2.1, 3.0, 3.1 and 3.2 are supported