Skip to content

CLI program for extending and modifying a compiled binary in ELF format (Advanced Topics in Operating Systems assignment #1)

Notifications You must be signed in to change notification settings

mnaruniec/ELF-Postlinker

Repository files navigation

CLI program for extending and modifying a compiled binary in ELF format. This was an Advanced Topics in Operating Systems assignment #1 in 2020 at MIMUW faculty.

The program allows adding new segments to an exec ELF file from a rel ELF file and substitute the binary's entrypoint. It's written in C++, uses standard ELF-related headers in Linux and no external libraries.

About

CLI program for extending and modifying a compiled binary in ELF format (Advanced Topics in Operating Systems assignment #1)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published