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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -