cole14 / rust-elf

Library for parsing ELF files for Rust
Other
234 stars 45 forks source link

Support writing ELF files too #13

Open Wilfred opened 8 years ago

Wilfred commented 8 years ago

I'd like to be able to write ELF files. Would it be possible to add this functionality to rust-elf? With all the struct definitions, I almost wonder whether this is already possible.

aep commented 7 years ago

Fwiw this seems to support writing and appears to be popular: https://github.com/m4b/goblin

Haven't tried since I wrote https://github.com/aep/elfkit for manipulating elf