Skip to content

Commit 926128c

Browse files
author
Vladimir Kotal
committed
add link to ELF diagram
1 parent 0fc102e commit 926128c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proc.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,8 @@
770770
\item Sections contain code, data, symbol table, relocation data, etc.
771771
\item The \emph{section header table} contains information for the linker, see
772772
``\texttt{elfdump -c}'' or ``\texttt{readelf~-S}''.
773+
\item Nice diagram of ELF internals:
774+
\url{https://raw.githubusercontent.com/corkami/pics/master/binary/ELF101.png}
773775
\item Some systems stuck on a format based on the original \emph{a.out} for a
774776
long time. For example, OpenBSD moved from \emph{a.out} to ELF in 2003 when
775777
releasing version 3.4.

0 commit comments

Comments
 (0)