You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: