Skip to content

hivian/ELF64_binary_packer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELF64_binary_packer

ELF packer for 64-bit architecture - Project compiled under Debian 8

Basic packer:

  • Create a new modified binary.
  • Cypher its .text section using a random 64-bit key.
  • Add a new custom section which is the new entrypoint of the program.
  • At runtime the new section decyphers the .text section and jump to it.

Usage:

./packer [file_to_pack]
and
./new_binary

License

This project is licensed under the MIT License - see the LICENSE file for details

About

ELF 64 binary packer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published