Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
GNU Binutils
Software development tools

The GNU Binary Utilities, or binutils, is a collection of programming tools maintained by the GNU Project for working with executable code including assembly, linking and many other development operations.

The tools are originally from Cygnus Solutions.

The tools are typically used along with other GNU tools such as GNU Compiler Collection, and the GNU Debugger.

Related Image Collections Add Image
We don't have any YouTube videos related to GNU Binutils yet.
We don't have any PDF documents related to GNU Binutils yet.
We don't have any Books related to GNU Binutils yet.
We don't have any archived web articles related to GNU Binutils yet.

Tools

The tools include:

asassembler popularly known as GAS (GNU Assembler)
ldlinker
gprofprofiler
addr2lineconvert address to file and line
arcreate, modify, and extract from archives
c++filtdemangling filter for C++ symbols
dlltoolcreation of Windows dynamic-link libraries
goldalternative linker for ELF files
nlmconvobject file conversion to a NetWare Loadable Module
nmlist symbols exported by object files
objcopycopy object files, possibly making changes
objdumpdump information about object files
ranlibgenerate indices for archives (for compatibility; same as ar -s)
readelfdisplay contents of ELF files
sizelist section sizes and total size of binary files
stringslist printable strings
stripremove symbols from object files
windmcgenerates Windows message resources
windrescompiler for Windows resource files

elfutils

Ulrich Drepper wrote elfutils, to partially replace GNU Binutils, purely for Linux and with support only for ELF and DWARF. It distributes three libraries with it for programmatic access.12

See also

  • Free and open-source software portal

References

  1. elfutils home https://sourceware.org/elfutils/

  2. elfutils at Drepper's home https://www.akkadia.org/drepper/