1
2022-06-17 14:38:53 13KB pyinstxtractor
1
基于pyinstxtractor和uncompyle6实现将打包的可运行文件(.exe)反编译得到源程序.py文件. 文章路径:https://blog.csdn.net/cjw12581/article/details/124277064
2022-06-01 23:28:38 22KB python
1
PyInstaller Extractor可以提取出PyInstaller所创建的exe可执行文件的资源内容。之后再采用pyc反编译工具即可得到源码。教程:https://blog.luzy.top/posts/3136266189/
2022-03-03 22:09:57 12KB Python pyinstaller 反编译
1
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
反编译python installer的exe
2021-10-21 20:03:33 18KB python
1
如果python程序通过pyinstall打包为exe,可以通过cmd执行命令:python pyinstxtractor.py main.exe 解析并翻译python源码, 详细文章介绍:https://blog.csdn.net/ZhaDeNianQu/article/details/87717293#commentsedit
2021-10-03 20:41:07 4KB pyinstxtractor
1
PyInstxtractor 2.0 《PyInstaller封装程序反编译 PyInstxtractor + Uncompale》(https://blog.csdn.net/ZH013/article/details/105116715)用到的代码。
2021-08-10 22:08:28 17KB Python PyInstxtractor
1
如果python程序通过pyinstall打包为exe,可以通过cmd执行命令:python pyinstxtractor.py file_name.exe 解析并翻译python源码
2021-07-03 02:57:48 12KB python 反编译
1
改进后的pyinstxtractor.py, 适合还原pyinstaller生成的exe,从exe中提取代码 本文件已经过多次bug修复。
2021-01-28 02:26:10 13KB pyinstaller 反编译 Python pyinstxtractor
1
反编译工具。具体使用教程可以参见:http://www.lizenghai.com/archives/898.html
2019-12-21 20:15:45 12KB pyinstxtract 反编译 Pyinstaller
1