Hacker News new | ask | show | jobs
by msla 1101 days ago
libbfd is apparently what the GNU debugger uses:

https://ftp.gnu.org/old-gnu/Manuals/bfd-2.9.1/html_chapter/b...

https://en.wikipedia.org/wiki/Binary_File_Descriptor_library

1 comments

gdb uses BFD for object file access but has its own DWARF reader.