10000 GitHub - aniko33/pe-packer-x64: A simple template PE Packer (x64)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

0