dis
[options
]files
Disassemble the object or archive files
. See also as.
section
Disassemble only the specified section
of data, printing its offset.
section
Same as -d, but print the data's actual address (formerly -da).
func
Disassemble only the specified function; reuse -F for additional functions.
string
Disassemble only the library file string
(e.g., string
would be x
for libx
.a).
Look for C source labels in files containing debug information (e.g., files compiled with cc -g).
Print octal output (default is hexadecimal).
section
Same as -d, but print text output.
Print version information on standard error.