Skip to content

Elfparse #24

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 2 commits into from
Feb 27, 2025
Merged

Elfparse #24

merged 2 commits into from
Feb 27, 2025

Conversation

stsp
Copy link
Owner

@stsp stsp commented Feb 27, 2025

Infrastructure for ELF parsing,

stsp added 2 commits February 28, 2025 00:44
This allows to stop adding crap (like new ELF loader per every
new ELF format) and off-load that task into dosemu2 if he needs
the direct ELF loading capability.
Note that this parser can't help with loading an ELF intended
for static linking, as the parser itself is invoked by the dynamic
payload (which, in case of a static ELF, is embedded into that
ELF, so can't call the parser to parse itself).
To simplify the life of dosemu2 developers, provide the needed
ELF parsing functions.
@stsp stsp merged commit 3013111 into master Feb 27, 2025
2 checks passed
@stsp stsp deleted the elfparse branch February 27, 2025 21:54
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.

1 participant