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.
./packer [file_to_pack]
and
./new_binary
This project is licensed under the MIT License - see the LICENSE file for details