Change an object file without explicit copying

André Hauser aphauser@gmx.de
Sun Jul 7 02:07:00 GMT 2002


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. 

Thank you for your response
Andre




-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net



More information about the Binutils mailing list