telepath9000 / elf-packer

Encrypts 64-bit elf files that decrypt at runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elf-packer

NOTE: In it's current stat this application does not work on current kernel versions.

elf64 packer application

Produces a copy of an elf64 with an encrypted text section. Self decrypts when it runs.

Intended for use on elf64 format, use on other formats is undefined at this time.

Install

make

To add binary for testing in the test folder:

make test

Usage

packer [elf64 filepath]

About

Encrypts 64-bit elf files that decrypt at runtime.

License:MIT License


Languages

Language:C 87.3%Language:Makefile 6.5%Language:Assembly 6.2%