Skip to content

A simple packer working with all PE files which cipher your exe with a XOR implementation

Notifications You must be signed in to change notification settings

nqntmqmqmb/xorPacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xorPacker

A simple packer working with all PE files which cipher your exe with a XOR implementation

Packer

PE is encoded to Base64 then XOR-ed with a random key with a length of 25 chars, re-Base64 encoded & injected to a PE Dotnet stub which will do the reverse operation.

Todo list

  • Implementation of Process Hollowing with public code (which will make the tool work only with .NET PE)

About

A simple packer working with all PE files which cipher your exe with a XOR implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages