pyinstxtractor:PyInstaller提取器

时间:2024-04-10 11:21:22
【文件属性】:

文件名称:pyinstxtractor:PyInstaller提取器

文件大小:18KB

文件格式:ZIP

更新时间:2024-04-10 11:21:22

python reverse-engineering decompile pyinstaller pyc

PyInstaller提取器 PyInstaller Extractor是一个Python脚本,用于提取PyInstaller生成的Windows可执行文件的内容。可执行文件中存在的pyz文件(通常是pyc文件)的内容也会被提取。 pyc文件的标头会自动修复,以便Python字节码反编译器可以识别它。该脚本可以在Python 2.x和3.x上运行。已并支持Pyinstaller 2.0、2.1、3.0、3.1、3.2、3.3、3.4、3.5、3.6、4.0、4.1、4.2版本。可能也可以与其他版本一起使用。 该项目最初在上。 如何使用 可以通过传递exe名称作为参数来运行脚本。 $ python pyinstxtractor.py X:\>python pyinstxtractor.py 建议在用于生成可执行文件的同一版本的Python中运行


【文件预览】:
pyinstxtractor-master
----pyinstxtractor.py(14KB)
----LICENSE(34KB)
----README.md(2KB)

网友评论