Commit Graph

1 Commits

Author SHA1 Message Date
Stephane Carrez 0def4493ec Ada Binding to the GNU Binutils library (#1656)
* Ada Binding to the GNU Binutils library

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

Requires some binutils-dev

* Fix build
2025-11-04 10:36:31 +01:00