Skip to content

Commit

Permalink
Improve 6th talk abstract, reorder links and add talk content link
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshKapadia2 committed Sep 28, 2024
1 parent dc61f1b commit 2c110ec
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions 6.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,22 +158,32 @@ <h2 class="talk-title">All About ELFs</h2>
</p>
<h3 id="abstract-1">Abstract</h3>
<p>
ELF files are the primary executable files on Linux. This
talk explores the ELF format, how they are stored on disk
and loaded in memory for execution, 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 to generate an ELF file.
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.
</p>

<h3 id="relevant-links-1">Relevant Links</h3>
<ul>
<li>
<a
href="https://docs.google.com/presentation/d/1eg9I7QjBU7qpKB5SjjtL9XVD_ZLqB6XsTiiIGP2uZms"
href="https://talks.harshkapadia.me/elf"
target="_blank"
rel="noreferrer"
>Slide deck</a
>Talk main page</a
>
</li>
<li>
<a
href="https://talks.harshkapadia.me/elf/content"
target="_blank"
rel="noreferrer"
>Detailed talk content</a
>
</li>
<li>
Expand All @@ -194,10 +204,10 @@ <h3 id="relevant-links-1">Relevant Links</h3>
</li>
<li>
<a
href="https://talks.harshkapadia.me/elf"
href="https://docs.google.com/presentation/d/1eg9I7QjBU7qpKB5SjjtL9XVD_ZLqB6XsTiiIGP2uZms"
target="_blank"
rel="noreferrer"
>Talk outline/article</a
>Slide deck</a
>
</li>
</ul>
Expand Down

0 comments on commit 2c110ec

Please sign in to comment.