Skip to content

School project aiming to code an ELF 64bits packer which will encrypt and compress the binary.

License

Notifications You must be signed in to change notification settings

alagroy-42/woody-woodpacker

Repository files navigation

woody-woodpacker

School project aiming to code an ELF 64bits packer which will encrypt the binary.

Subject

Link

Usage

Compile with make.

./woody_woodpacker binary_file will create a file named woody with encrypted binary_file's code. Then running ./woody will decrypt the code, print ....WOODY.... on stdout as a proof of injection, and finally, the program will run with its normal behaviour.

Since this project is working with the ELF file format, it is only working on Linux. To deploy it on another system : ./run_docker.sh.

About

School project aiming to code an ELF 64bits packer which will encrypt and compress the binary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages