Contents|Index|Previous|Next
binutils, the GNU binary utilities 

The following are the binary utilities, although they are not included on all hosts: ar, nm, objcopy, objdump, ranlib, readelf, size, strings, and strip. There are three binary utilities that are for use with Cygwin, the porting layer application for Win32 development: addr2line, windres, and dlltool.

For more information on binutils, see Using binutils in GNUPro Utilities.

The most important of these utilities are objcopy and objdump.

A few of the more useful options for commands are: -d, -disassemble and -prefix-addresses.

Top|Contents|Index|Previous|Next