GNU Binary Utilities
Encyclopedia : G : GN : GNU : GNU Binary Utilities
|
The binutils include the following commands:
as- assemblerld- linkeraddr2line- convert address to file and linear- create, modify, and extract from archivesc++filt- demangling filter for C++ symbolsnm- list symbols in object filesobjcopy- copy object files, possibly making changesobjdump- dump information about object filesranlib- generate indexes for archivesreadelf- display content of ELF filessize- list total and section sizesstrings- list printable stringsstrip- remove symbols from an object filegprof- Profiler
Most of the binutils are rather simple programs. Most of the complexity is encapsulated in the BFD and libopcodes libraries that they share.
The original BFD versions were written by David Henkel-Wallace and Steve Chamberlain. Past maintainers have included Ken Raeburn and Ian Lance Taylor. As of 2005 the current maintainer is Nick Clifton.
See also
External links
- [Official GNU Binary Utilities page]
- [sourceware.org GNU binutils page]
- [GNU binutils forum] - hosted by [Nabble] archiving binutils mailing lists into a searchable forum.
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
