MENU

Fun & Interesting

Executable and Linkable Format (ELF) Files on Linux

Harsh Kapadia 2,552 lượt xem 7 months ago
Video Not Working? Fix It Now

Talk abstract: Executable and Linkable Format (ELF) files are the primary executable files on Linux. This talk explores the format defined by ELF, the two views of an ELF file (the Execution View and the Linking View), and how one can inspect files on Linux. Additionally, we will see a rudimentary ELF parser that I built in C and explore all the compilation steps (Preprocessing, Compilation, Assembling and Linking) to generate an ELF file.

Talk home page: https://talks.harshkapadia.me/elf
Detailed article format of talk: https://talks.harshkapadia.me/elf/content
6th OTC Talks session: https://talks.ourtech.community/6

Talk recording credits: Pranav Dani https://pranavdani.com

#linux #elf

Comment