Avatar
Gao
  • C
  • C#

see more about me on my Github profile.


Python打包的可执行文件的逆向工程

PyInstaller 如果exe文件是使用PyInstaller打包的。我们可以用PyInstaller Extractor解包exe文件。 python pyinstxtractor.py <文件名>.exe ...