Skip to content

ssvarass/evb-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enigma Virtual Box Extractor

Overview

It is a tool to extract the files from the file container made ​​using the program Enigma Virtual Box

Features

  • displays information about the options with which the file was created
  • extract files

RoadMap

  • extracting registry
  • extracting data from external packages

Requires

pefile is a Python module to read and work with PE (Portable Executable) files

Usage

Tested only on Python 2.7.3 and on last version of EVB (6.70 build 20130604)

python evbe.py [-h] [-e] [-o output_directory] file

Shows the information of options with which to make the file:

python evbe.py file

Extract data:

python evbe.py -e file

Extract data to custom directory:

python evbe.py -e file -o directory

License

evb-extractor's code uses the MIT license, see LICENSE file.

About

Extract data from Enigma Virtual Box containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%