August 1999
Intermediate to advanced
1000 pages
83h 9m
English
/usr/ccs/bin/dis [-C][-o][-V][-L][-d sec][-D sec] [-F function][-l string][-t sec] file...
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.
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. ... |
Read now
Unlock full access