Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ELF part #103

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Update ELF part #103

wants to merge 1 commit into from

Conversation

DeanoBurrito
Copy link
Member

No description provided.

- [High-level Overview](01_Overview.md) A high level look at how the ELF specifications are structured, how to approach them and get the info we need.
- [Theory](02_Elf_Theory.md) We'll look at what the pieces of an ELF file are, which ones are important to us, and how they fit together.
- [Simple Loader](03_Simple_Loader.md) In this chapter we'll implement a simple loader for fixed-position executables.
- [Position Independent Loader])(04_Position_Independent_Loader.md) Here we'll look at extending our loader to handle position-independent executables and shared objects.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a syntax error on the parenthesis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants