What is the equivalent command for objdump in IBM AIX

前端 未结 1 606
眼角桃花
眼角桃花 2021-01-19 13:53

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. Li

相关标签:
1条回答
  • 2021-01-19 14:27

    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.

    0 讨论(0)
提交回复
热议问题