An open API service indexing awesome lists of open source software.

https://github.com/dentosal/static-elf-linker

A toy ELF linker for static binaries
https://github.com/dentosal/static-elf-linker

Last synced: 12 months ago
JSON representation

A toy ELF linker for static binaries

Awesome Lists containing this project

README

          

# Opinionated static elf64 linker

This is currently just a small toy project, and it's only able to do static linking of simple hand-written asm files at the moment.

## TODO:
* support .bss
* actually parse some of the linker args
* diagnostics
* string table
* output section table
* LTO
* dead code elemination at least
* tests
* fuzzing
* caching
* parallelism
* layout randomization
* deterministic mode
* "self-hosting"