Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked PE-Packer: Windows x86 PE file packer written in C & Microsoft Assembly


itsMe

Recommended Posts

This is the hidden content, please

PE-Packer

PE-Packer is a simple packer for Windows PE files. The new PE file after packing can obstruct the process of reverse engineering.

It will do the following things when packing a PE file:

    Transforming the original import table.
    Encrypting sections.
    Clearing section names.
    Installing the shell-entry.

When running a packed PE file, the shell-entry will decrypt and load the original program as follows:

    Decrypting sections.
    Initializing the original import table.
    Relocation.

Before packing, using some disassembly tools can disassemble the executable file to analyze the code, such as IDA Pro.

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.