Skip to content

Conversation

pekangas
Copy link

As per the ELF specification, e_entry specifies the virtual address of the entry point. Therefore we must use the segment's virtual address (not physical address) to determine the entry point offset.

Fixes #90

As per the ELF specification, `e_entry` specifies the virtual address of
the entry point. Therefore we must use the segment's virtual address
(not physical address) to determine the entry point offset.
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.

Entry point offset should use segment virtual address
2 participants