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

Change php variable from jquery value using ajax (same page) -

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

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