deqline / ZMPacker

A x86 PE packer implementation made for experimentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A PE packer implementation made in FASM for x86 PE files.

Encrypts the text section using a xor key and stores it later in the PE File Header timestamp for decryption, also prints a MessageBox upon executable opening.

Takes the file name as a parameter.

About

A x86 PE packer implementation made for experimentation.

License:Apache License 2.0


Languages

Language:Assembly 100.0%