PyInstaller Extractor 解包 Pyinstaller打包的EXE

 

用法

把 pyinstxtractor.py 和 exe文件 放在同個目錄下

python pyinstxtractor.py xx.exe

 

官網

https://sourceforge.net/projects/pyinstallerextractor/

MIGRATED TO GITHUB
https://github.com/extremecoders-re/pyinstxtractor


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

Features

  • No PyInstaller Installation needed
  • Automatic validation of generated pyc files
  • Python 2.x and 3.x support

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章