Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 476 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 476 Bytes

markelf

A small program for embedding a string into the unused ELF header padding

Usage: markelf <input file> <string>

Notice

This is not guaranteed to work across all platforms.

If a platform does not skip the padding bytes altogether, or if the ELF format changes to extend e_ident, there is a good chance this will not work.
This is mainly just a short half-joke created out of boredom and sleep deprivation, so it is not intended for production code.