Skip to content

resolveElfContents: Allow loading any ELF file type #514

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

Merged
merged 1 commit into from
Jul 11, 2025

Conversation

RyanGlScott
Copy link
Contributor

There is no particularly good reason to disallow loading file types like ET_NONE or ET_CORE, as memoryForElf (another ELF-loading function in the same module) can handle them without issues.

Fixes #512.

There is no particularly good reason to disallow loading file types like
`ET_NONE` or `ET_CORE`, as `memoryForElf` (another ELF-loading function in the
same module) can handle them without issues.

Fixes #512.
@RyanGlScott RyanGlScott self-assigned this Jul 11, 2025
@RyanGlScott RyanGlScott merged commit 6a4dc34 into master Jul 11, 2025
4 checks passed
@RyanGlScott RyanGlScott deleted the T512-resolveElfContents-any-ELF-type branch July 11, 2025 18:47
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.

Data.Macaw.Memory.ElfLoader: Allow resolveElfContents to load any ELF file
2 participants