Bfdada

Website:

https://gitlab.com/stcarrez/ada-bfd

Author:
  • Stephane.Carrez@gmail.com
Maintainer:
  • Stephane.Carrez@gmail.com
License:

GPL-2.0-or-later WITH GCC-exception-2.0

Version:

1.3.1

Alire CI:

Dependencies:
  • image/svg+xml gnat >=13
Dependents:

No dependents.

Badge:

Ada API for the GNU Binutils BFD library

#object #binary #elf #symbols #disassembler

Build Status Test Status Coverage

The Ada-BFD is a library which provides Ada API for GNU Binutils BFD library. It works on any version of GNU Binutils (starting at 2.15). The recommended version for GNU Binutils is at least the 2.42.

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

Documentation