heatd / hold

Simple ELF linker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOLD - heat's Onyx link editor

hold is a simple ELF linker. It only works for POSIX-like platforms.

Building

Use meson to build hold, as such:

meson build/
ninja -C build/

The executable will then be at build/src/ld.hold.

Disclaimer

This was a fun weekend project and is very incomplete, don't expect it to work properly :)

About

Simple ELF linker

License:GNU General Public License v2.0


Languages

Language:C 99.4%Language:Meson 0.6%