Skip to content

Basic packer in rust because I want to learn more about it

Notifications You must be signed in to change notification settings

keyboardsmoke/rust-packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packer

A simple executable packer for rust that includes a decryption module component using the lpReserved trick.

Usage: packer --bin <target> --out <output_file> --key <encryption_key>

The key must be provided as a valid hex string that will be decoded, e.x. 01020A0B

The output binary will be a copy of the input binary with the executable sections xor'd by the input key.

About

Basic packer in rust because I want to learn more about it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages