Enigma Virtual Box Unpacker / 解包、脱壳工具
  • Python 88.1%
  • C 11.9%
Find a file
2022-04-17 15:01:52 +08:00
.github/workflows Reinitialized repo 2022-04-17 14:55:02 +08:00
evbunpack Version number bump 2022-04-17 15:01:52 +08:00
.gitignore Reinitialized repo 2022-04-17 14:55:02 +08:00
LICENSE Reinitialized repo 2022-04-17 14:55:02 +08:00
README.md Reinitialized repo 2022-04-17 14:55:02 +08:00
setup.py Reinitialized repo 2022-04-17 14:55:02 +08:00

evbunpack

Enigma Virtual Box unpacker

Features

Unpacks PE / external external packages made with Enigma Vitrual Box

Supports compressed archives and basically every recent version of EVB (tested 6.x & 9.x)

Installation

pip install evbunpack

Usage

usage: __main__.py [-h] [--legacy] file output

Enigma Vitural Box Unpacker

positional arguments:
  file        File to be unpacked
  output      Extract destination directory

options:
  -h, --help  show this help message and exit
  --legacy    Enable compatibility mode to work with older (6.x) EVB packages

Examples

python -m evbunpack Lycoris_radiata.mys ../biman5_chs_moe
python -m evbunpack biman2.exe extract --legacy

TODO

  • Depack original PEs
  • Restore file timestamps
  • Registery configuration extraction

Credits

evb-extractor

aplib

License

Apache 2.0 License