Skip to content

Latest commit

History

History
11 lines (7 loc) 路 358 Bytes

File metadata and controls

11 lines (7 loc) 路 358 Bytes

elf-packer

A packer encrypts ELF64 binaries like dacryfile.

  • Search through a binary to find a sufficient gap to inject a payload
  • Encrypt the .text section
  • Inject a payload. The entry point is the base of a payload

demo

This program expects ELF64 binaries produced with the default link map as input and might not work with others.