zeronef 发表于 2021-10-25 19:25

python生成的exe反编译

#### python生成的exe反编译

##### 所需工具

1. pyinstxtractor.py

   下载地址:https://sourceforge.net/projects/pyinstallerextractor/

2. 010Editor

   下载地址:https://www.sweetscape.com/010editor/

##### 步骤

1. 将pyinstxtractor.py与exe放置在一个文件夹内,打开cmd,输入下列指令生成一个文件夹

   ```python
   python pyinstxtractor.py xxx.exe
   ```

2. 使用010Editor打开文件夹中的main和struct,将struct中E3前面的字节复制粘贴到010Editor的E3前

3. 修改main文件后缀为main.pyc

4. 使用在线工具https://tool.lu/pyc/ 将main.pyc反编译为py文件

编程天下 发表于 2021-10-26 20:58

粘贴到010Editor的E3前   010Editor的E3不知道在哪

17637145303 发表于 2021-10-28 04:33

我用阿里云盘分享了「Python语言程序设计 - Pyt... - 北京理工大学」,你可以不限速下载🚀
复制这段内容打开「阿里云盘」App 即可获取
提取码: c0yl
链接:https://www.aliyundrive.com/s/PkW2wmR34dH

blindcat 发表于 2021-10-26 10:34

谢谢楼主分享

zk20120707 发表于 2021-10-26 10:39

谢谢楼主分享

diaozatian815 发表于 2021-10-26 10:55

hszt 发表于 2021-10-26 11:19

感谢分享

mscsky 发表于 2021-10-26 11:52

在线服务有离线版吗

FIzz001 发表于 2021-10-26 12:06

不错不错

iamok 发表于 2021-10-26 12:35

python3.8及以上版本已不能很好还原了

withzhang 发表于 2021-10-26 14:24

厉害啊,大佬,竟然还有这种逆天得东西

行踪落落 发表于 2021-10-26 15:22

感谢楼主分享
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: python生成的exe反编译