OurBigBook
About
$
Donate
Sign in
+
Sign up
by
Ciro Santilli
(
@cirosantilli,
36
)
ELF Hello World Tutorial
/
Implementations
...
Software
Systems programming
Executable file format
Executable and Linkable Format
ELF Hello World Tutorial
Introduction
0
Like
0 By others
on same topic
0 Discussions
Updated
2025-04-24
+
Created
1970-01-01
See my version
Compiler toolchains
generate and read ELF files.
Sane
compilers
should use
a
separate standalone
library
to do the dirty work. E.
g
.,
Binutils
uses
BFD (in-tree and canonical source).
Operating systems
read and run ELF files.
Kernels cannot link to
a
library
nor use the
C
stlib, so they are more likely to implement it themselves.
This is the case of the
Linux kernel
4
.
2
which implements it in th file
fs/binfmt_elf.c
.
Specialized
libraries
. Examples:
github.com/eliben/pyelftools.
By
a
hardcore Googler:
plus.google.com/+EliBenderskyGplus/posts
sourceforge.net/projects/elftoolchain
Ancestors
(11)
Introduction
ELF Hello World Tutorial
Executable and Linkable Format
Executable file format
Systems programming
Software
Computer
Information technology
Area of technology
Technology
Home
View article source
Discussion
(0)
Subscribe (1)
+
New discussion
There are no discussions about this article yet.
Articles by others on the same topic
(0)
There are currently no matching articles.
See all articles in the same topic
+
Create my own version