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?
相关问题
- How to list linker allocated code objects w/ gcc?
- Could not find TLS ALPN provider; no working netty
- Why does gcc output machine code have nop instruct
- IBM JVM 1.6 SR14: java.lang.UnsatisfiedLinkError:
- qrencode - Segmentation fault (core dumped)
相关文章
- How to extract function prototypes from an elf fil
- Can't find .dtors and .ctors in binary
- objdump and ARM vs Thumb
- Substitute or workaround for asprintf on AIX
- How I can find function in shared object files usi
- How does objdump manage to display source code wit
- readelf vs. objdump: why are both needed
- Find files in created between a date range
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.