What is the equivalent command for objdump in IBM AIX -


i not able find objdump command in ibm aix 5.1 machine. want assembly instructions (disassemble) library generated in aix. linux has objdump command , solaris dis command this. equivalent command in ibm aix?

you can use dis command disassemble object files on aix, should come xlc.

it may easier install gnu bintools suite objdump though. available aix linux toolbox.


Comments

Popular posts from this blog

How can I fetch data from a web server in an android application? -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -

jquery - How can I dynamically add a browser tab? -