Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 747 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 747 Bytes

Table Of Content

Note

This is a template for a packer, you can modify it to your own use case

Compile

make # output: unpacker.exe

Usage

python packer.py file_to_load.exe # output: out.exe

Why this repository

I decided to take the x86 packer from the wiredriver tutorial and make it x64 to understand what the differences are between an x86 and x64 PE

Resources