Enigma Virtual Box Unpacker / 解包、脱壳工具
- Python 88.1%
- C 11.9%
| .github/workflows | ||
| evbunpack | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| setup.py | ||
evbunpack
Enigma Vitrual Box 解包工具
说明
本工具适用于 Enigma Vitrual Box 的外部封包、打包程序解包;支持压缩档解包。
安装
pip install evbunpack
用法
usage: __main__.py [-h] [--legacy] file output
Enigma Vitural Box 解包工具
positional arguments:
file 封包 EXE 或外部封包路径
output 保存路径
optional arguments:
-h, --help show this help message and exit
--legacy 启用兼容模式,适用于老版本封包
示例
python -m evbunpack Lycoris_radiata.mys ../biman5_chs_moe
python -m evbunpack biman2.exe extract --legacy
TODO
- 增加注册表解包...?
Credits
License
Apache License