Change an object file without explicit copying
H. J. Lu
hjl@lucon.org
Sun Jul 7 12:45:00 GMT 2002
On Sun, Jul 07, 2002 at 08:00:55AM +0200, André Hauser wrote:
> Dear forum,
> I want to use bfd to update an existing ELF file, i.e. open a bfd,
> perform some changes and save the file afterwards.
> Is there a way of doing this without copying the source file? I found
> only the two functions bfd_openw() and bfd_openr() for creating a new
> resp. opening a bfd; calling bfd_make_writable() in conjunction with
> bfd_openr() did not work, my object file wasn't updated after closing
> the bfd.
>
Have you tried libelf?
H.J.
More information about the Binutils
mailing list