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

Add missing ELF section support #36

Open
4 tasks
xoofx opened this issue Oct 1, 2024 · 0 comments
Open
4 tasks

Add missing ELF section support #36

xoofx opened this issue Oct 1, 2024 · 0 comments
Labels
enhancement New feature or request Help Welcome A pull-request is welcome to fix this issue

Comments

@xoofx
Copy link
Owner

xoofx commented Oct 1, 2024

The ELF reader/writer is missing some features:

  • Dynamic Linking Table (SHT_DYNAMIC)
  • Version Symbol Table (SHT_VERSYM)
  • Version Needs Table (SHT_VERNEED)
  • New relative relocation table RELR (SHT_RELR)

These sections are currently loaded as ElfCustomSection but should have their own ElfXXXTable (e.g ElfDynamicLinkingTable, ElfVersionSymbolTable...)

@xoofx xoofx added enhancement New feature or request Help Welcome A pull-request is welcome to fix this issue labels Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Help Welcome A pull-request is welcome to fix this issue
Projects
None yet
Development

No branches or pull requests

1 participant