New ELF Linker from the LLVM Project (llvm.org):
- https://blog.llvm.org/2015/11/new-elf-linker-from-llvm-project.html?m=1
- https://news.ycombinator.com/item?id=10650891
The dissection of a simple “hello world” ELF file
Understanding the ELF
- https://medium.com/@MrJamesFisher/understanding-the-elf-4bd60daac571
- https://news.ycombinator.com/item?id=8966935
Build ELF executable from Erlang, based on:
How is a binary executable organized? Let's explore it!
- https://jvns.ca/blog/2014/09/06/how-to-read-an-executable/
- https://news.ycombinator.com/item?id=8278707
Manually Creating an ELF Executable
- https://github.com/irene-h/manual_elf_executable
- https://news.ycombinator.com/item?id=8285019
Executable and Linkable Format (ELF):
ELF101 a Linux executable walkthrough (code.google.com):
a mini ELF poster:
Tutorial on Creating Really Teensy ELF
- https://www.muppetlabs.com/~breadbox/software/tiny/home.html
- https://news.ycombinator.com/item?id=8642734
- https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
- https://news.ycombinator.com/item?id=8279461
Boilerplate for building syscall-only ELFs in FreeBSD:
Creating ELF relocatable object files in Linux