资 源 简 介
Ada BFD is an Ada binding for the GNU Binutils BFD library.
It allows to read binary ELF, COFF files by using the GNU BFD.
The Ada BFD library allows to:
list and scan the ELF sections of an executable or object file,
get the content of the ELF sections,
get access to the symbol table,
use the BFD disassembler
This project was moved to GitHub.
The new location is: https://github.com/stcarrez/ada-bfd/wiki
The Git repository is: https://github.com/stcarrez/ada-bfd.git
NEWS
Version 1.0.1 - Dec 2014
Fix build with binutils > 2.24
Add support for debian package creation
Version 1.0 - Nov 2012
Fixed installation of library
Added examples for BfdAda
Add support to use the disassembler
Installin