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

elf: improve attributes section support #525

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Conversation

philipc
Copy link
Contributor

@philipc philipc commented Mar 26, 2023

  • read: add iterator for section and symbol indices
  • read: add AttributeReader for parsing attribute data
  • write: add AttributesWriter for building the attributes section
  • elfcopy: convert section and symbol indices
  • elfcopy: handle attributes sections in object files
  • readobj: print some contents of attributes sections

- read: add iterator for section and symbol indices
- read: add AttributeReader for parsing attribute data
- write: add AttributesWriter for building the attributes section
- elfcopy: convert section and symbol indices
- elfcopy: handle attributes sections in object files
- readobj: print some contents of attributes sections
@philipc
Copy link
Contributor Author

philipc commented Mar 27, 2023

I haven't been able to find anything that emits section or symbol attributes, so some of this is untested.

@philipc philipc merged commit 9550548 into gimli-rs:master Mar 27, 2023
@philipc philipc deleted the attrib branch March 27, 2023 05:25
mcbegamerxx954 pushed a commit to mcbegamerxx954/object that referenced this pull request Jun 15, 2024
- read: add iterator for section and symbol indices
- read: add AttributeReader for parsing attribute data
- write: add AttributesWriter for building the attributes section
- elfcopy: convert section and symbol indices
- elfcopy: handle attributes sections in object files
- readobj: print some contents of attributes sections
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