Hi Fabiano, > I am trying to use binutils (libfd, to be more specific) in my project. > I wonder > if anyone could give me some pointers on API documentation/examples. bfd/doc is an entire dir of documentation, libbfd.texi may help you. You can access directly with "info bfd" in your terminal. There are other documents in binutils too, like gas/doc/internals.texi Regards JG