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
I'd like to read an existing elf, change some things, add new sections etc. I can't seem to find a way to create an ELF writer from an existing elf file?
I saw the elfcopy example, but the heavy lifting function seems quite large:
Nothing exists for this yet. There has been a desire for this sort of thing in the past (#148) but no one has done the work yet, and I don't have time currently.
I'd like to read an existing elf, change some things, add new sections etc. I can't seem to find a way to create an ELF writer from an existing elf file?
I saw the
elfcopy
example, but the heavy lifting function seems quite large:object/crates/examples/src/bin/elfcopy.rs
Line 83 in 0a38064
The text was updated successfully, but these errors were encountered: