What is the equivalent command for objdump in IBM AIX

蹲街弑〆低调 提交于 2019-12-01 22:47:20

问题


I am not able to find objdump command in IBM AIX 5.1 machine. Actually I want to get the assembly instructions (disassemble) from a library generated in AIX. Linux has objdump command and solaris dis command to do this. What is the equivalent command in IBM AIX?


回答1:


You can use the dis command to disassemble object files on AIX, it should come with xlc.

It may be easier to install the GNU bintools suite to just get objdump though. Its available from the AIX linux toolbox.



来源:https://stackoverflow.com/questions/16546846/what-is-the-equivalent-command-for-objdump-in-ibm-aix

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!