Name

dis

Synopsis

    dis [options]files

Disassemble the object or archive files. See also as.

Options

-C

Display demangled C++ symbol names.

-d section

Disassemble only the specified section of data, printing its offset.

-D section

Same as -d, but print the data’s actual address.

-F func

Disassemble only the specified function; reuse -F for additional functions.

-l string

Disassemble only the library file string (e.g., string would be malloc for libmalloc.a).

-L

Look for C source labels in files containing debug information (e.g., files compiled with cc -g).

-o

Print octal output (default is hexadecimal).

-t section

Same as -d, but print text output.

-V

Print version information on standard error.

Get Unix in a Nutshell, 4th Edition 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.