SamLarenN / PePacker

Simple PE Packer Which Encrypts .text Section

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PePacker

Simple PE Packer Which Encrypts .text Section I release a simple PE file packer which encrypts the .text section and adds a decryption stub to the end of the last section. The encryption is a simple xor encryption which can easily be developed to something more stronger.

About

Simple PE Packer Which Encrypts .text Section


Languages

Language:C++ 100.0%