Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21adb480af01330

Jump to content

GNU Binutils

From Wikipedia, the free encyclopedia
(Redirected from Binutils)
GNU Binutils
DeveloperGNU Project
Stable release
2.47[1] Edit this on Wikidata / 26 July 2026
TypeProgramming tools
LicenseGNU GPLv3-or-later
Websitewww.gnu.org/software/binutils/
Repository

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

[edit]

As of  26 July 2026 the tools include:

addr2lineconvert address to file and line
arcreate, modify, and extract from archives
asassembler popularly known as GAS (GNU Assembler)
c++filtdemangling filter for C++ symbols
dlltoolcreation of Windows dynamic-link libraries
elfeditallows alteration of ELF format files
goldalternative linker for ELF files
gprofprofiler
gprofngcollects and displays application performance data
ldlinker
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

[edit]

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.[2][3]

See also

[edit]

References

[edit]
  1. Nick Clifton (26 July 2026). "Release 2.47 of the GNU Binutils is now available". Retrieved 26 July 2026.
  2. elfutils home
  3. elfutils at Drepper's home
[edit]