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

Implement embedding for ELF files #201

Open
Tracked by #199
alilleybrinker opened this issue Aug 23, 2024 · 0 comments
Open
Tracked by #199

Implement embedding for ELF files #201

alilleybrinker opened this issue Aug 23, 2024 · 0 comments
Labels
crate: omnibor Relating to the omnibor crate type: feature New feature or request

Comments

@alilleybrinker
Copy link
Member

alilleybrinker commented Aug 23, 2024

One of the types of targets we want to support embedding for is ELF files. The OmniBOR specification includes specific descriptions of how information should be embedded in a custom notes section, so we'll defer to that for instructions. The key thing here will be to leverage existing Rust libraries for interacting with ELF files. I know the Gimli project maintains the object crate, though I will admit I am unfamiliar with this area generally and so can't give strong guidance on how to go about implementing this embedding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: omnibor Relating to the omnibor crate type: feature New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant