Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 665 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 665 Bytes

Utils required by the Python wrappers (mal_unpack_lib, runner)

To run correctly the library requires 3 executable files:

  • mal_unpack.exe: the lastest version available here
  • dll_load32.exe: the dll loader for 32 bit files*
  • dll_load64.exe: the dll loader for 64 bit files*

*from: https://github.com/hasherezade/pe_utils

This script will automatically download them and copy to the appropriate locations.

Usage:

  1. Install requirements:
pip install -r requirements.txt
  1. Run using Python 3:
python fetch.py

It should fetch all the neccessary executables