dis — Object Code Disassembler

Synopsis

/usr/ccs/bin/dis [-C][-o][-V][-L][-d sec][-D sec] 
  [-F function][-l string][-t sec] file... 

Description

The dis command produces an assembly language listing of file , which may be an object file or an archive of object files. The listing includes assembly statements and an octal or hexadecimal representation of the binary that produced those statements.

Options

The options are interpreted by the disassembler. You can specify them in any order.

-C Display demangled C++ symbol names in the disassembly.
-d sec Disassemble the named section as data, printing the offset of the data from the beginning of the section.
-D sec Disassemble the named section as data, printing the actual address of the data. ...

Get Solaris™ 7 Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.