Giter VIP home page Giter VIP logo

evbunpack's Introduction

evbunpack

Enigma Virtual Box unpacker

Features

  • Restores PEs
    • PEs with overlays can be recovered as well (EVB sometimes break them).
    • TLS, Exceptions, and Import Tables are recovered in a way that resembles the original PE most closely.
    • Produces nearly byte-perfect packages. You should be able to run like they were intended to!
  • Unpacks EVB's virtual file system w/wo compression (aplib)
    • This applies to both built-in content and external packages
  • Support for older/6.X and newest/10.X EVB packages

Installation

For Windows Users : Builds are available here

Or get the latest version from PyPi:

  pip install evbunpack

Usage

usage: evbunpack [-h] [--ignore-fs] [--ignore-pe IGNORE_PE] [--legacy] [--list] file output

Enigma Virtual Box Unpacker

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

options:
  -h, --help            show this help message and exit
  --ignore-fs           Don't extract virtual filesystem. Useful if you want the PE only
  --ignore-pe IGNORE_PE
                        Treat PE files like external packages and thereby does not recover the original executable (for usage without pefile)
  --legacy              Enable compatibility mode to work with older (6.x) EVB packages
  --list                Don't extract the files and print the TOC only (surpresses other output)

Examples

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

TODO

  • Restore original PEs
  • Registery configuration extraction

Credits

evb-extractor

aplib

License

Apache 2.0 License

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.