Misplaced Pages

GNU Binutils

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from GNU binutils) GNU software development tools for executable code
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources.
Find sources: "GNU Binutils" – news · newspapers · books · scholar · JSTOR (June 2017) (Learn how and when to remove this message)
GNU Binutils
Developer(s)GNU Project
Stable release2.43.1 Edit this on Wikidata / 17 August 2024
Repository
TypeProgramming tools
LicenseGNU GPLv3-or-later
Websitewww.gnu.org/software/binutils/

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.

Tools

The tools include:

as assembler popularly known as GAS (GNU Assembler)
ld linker
gprof profiler
addr2line convert address to file and line
ar create, modify, and extract from archives
c++filt demangling filter for C++ symbols
dlltool creation of Windows dynamic-link libraries
gold alternative linker for ELF files
nlmconv object file conversion to a NetWare Loadable Module
nm list symbols exported by object files
objcopy copy object files, possibly making changes
objdump dump information about object files
ranlib generate indices for archives (for compatibility; same as ar -s)
readelf display contents of ELF files
size list section sizes and total size of binary files
strings list printable strings
strip remove symbols from object files
windmc generates Windows message resources
windres compiler 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.

See also

References

  1. Nick Clifton (17 August 2024). "GNU Binutils 2.43.1 released". Retrieved 18 August 2024.
  2. elfutils home
  3. elfutils at Drepper's home

External links

GNU Project
History
Licenses
Software
Contributors
Other topics
Categories: