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
2022-01-06 10:30:04 12KB python 反编译 PyInstaller Extr
1
如果你担心你的Py脚本打包后被别人反编译, 不妨试试这个小程序
2021-12-12 13:07:59 106KB Py反编译 防止Python反编译
python生成的exe反编译
2021-10-26 18:04:19 652B python 反编译
1
主要介绍了python 反编译exe文件为py文件的实例代码,非常不错,具有一定的参考借鉴价值,需要的朋友可以参考下
2021-10-12 09:34:46 48KB python py文件 pythonexe反编译 python
1
如果python程序通过pyinstall打包为exe,可以通过cmd执行命令:python pyinstxtractor.py file_name.exe 解析并翻译python源码
2021-07-03 02:57:48 12KB python 反编译
1
python反编译工具合集
2021-06-18 22:56:55 189KB python反编译工具合集
1
python反编译
2021-04-26 19:00:28 6.44MB python 反编译 逆向
1
python反编译工具Easy Python Decompiler,参考网址http://blog.csdn.net/qq_32808253/article/details/78518204
2019-12-21 20:40:54 7.59MB python 反编译
1
Easy Python Decompiler v1.3.2,python反编译工具,测试可用
2019-12-21 20:03:26 7.42MB python反编译
1