Skip to content

aniko33/pe-packer-x64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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