kwmcom/anti-pyinstaller
GitHub: kwmcom/anti-pyinstaller
一款针对 PyInstaller 打包文件的自动提取与反汇编工具,解决可执行文件中隐藏源码的还原问题。
Stars: 0 | Forks: 0
# anti-pynstaller
PyInstaller 提取器和反汇编器。
## 安装
```
pip install -e .
```
## 用法
```
anti-pynstaller detect file.exe # Show info
anti-pynstaller extract file.exe # Extract archive
anti-pynstaller disassemble dir/ # Disassemble all .pyc
anti-pynstaller dis file.pyc # Disassemble one .pyc
```
零依赖(仅标准库)。
标签:detect file, disassemble pyc, disassembler, extract archive, PyInstaller, Python 打包, URL发现, URL提取, 二进制发布, 云资产清单, 反编译, 可执行文件解包, 安全检测, 开源工具, 文件分析, 标准库, 自动化提取, 逆向工具, 逆向工程, 零依赖