Professional Researcher's Encyclopaedia

Knowledge is only a click away

GNU Binutils - enyclopaedia article

GNU Binutils

Summary: The GNU Binutils is a collection of programming utilities developed by the Free Software Foundation for the manipulation of object code in various object file formats. They are typically used in conjunction with GCC and GDB. Originally the package consisted of only the minor utilities listed below, but later the GNU Assembler (GAS) and GNU linker (GLD) were included in releases, since their functionality is so closely related. The binutils include the following commands: addr2line - convert a ...

read the full GNU Binutils article

Buy GNU Binutils related products:


Buy from Amazon.co.uk Books - Music - Classical - VHS - DVD - Video-games - Software - Electronics - Toys
Buy from Amazon.com Books - Music - Classical - VHS - DVD - Videogames - Software - Electronics - Photo - Toys
Buy from Amazon.ca Books - Music - Classical - VHS - DVD - Video-games - Software - Livres en Français
Buy from Amazon.de - - - - - - -
Buy from Amazon.fr - - - - -
Advanced Product Search (new):    uk    |     us    |     ca    |     de    |     fr

GNU Binutils

     From Wikipedia, the free encyclopedia.

The GNU Binutils is a collection of programming utilities developed by the Free Software Foundation for the manipulation of object code in various object file formats. They are typically used in conjunction with GCC and GDB.

Originally the package consisted of only the minor utilities listed below, but later the GNU Assembler (GAS) and GNU linker (GLD) were included in releases, since their functionality is so closely related.

The binutils include the following commands:

  • addr2line - convert address to file and line
  • ar - create, modify, and extract from archives
  • c++filt - demangling filter for C++ symbols
  • nm - list symbols in object files
  • objcopy - copy object files, possibly making changes
  • objdump - dump information about object files
  • ranlib - generate indexes for archives
  • readelf - display content of ELF files
  • size - list total and section sizes
  • strings - list printable strings
  • strip - remove symbols from an object file
Each binutil is a rather simple program; most of the complexity is encapsulated in the BFD and libopcodes libraries that they share.

External link

link to this article with the following HTML

 
This article is from Wikipedia. This article was up-to-date as of 8 May 2004 - See live article
All text is available under the terms of the GNU Free Documentation License.

This page is part of Professional Researcher
Web site design by Dean Marshall