no way, try,
objdump --disassemble <elf file>
相关文章
- Linux环境下:程序的链接, 装载和库[ELF文件详解]
- ELF--动态链接
- ELF静态链接
- ELF Format 笔记(八)—— 符号的类型和属性(st_info)
- ELF Format 笔记(十四)—— 段内容
- ELF Format 笔记(三)—— Section Types
- ELF Format 笔记(七)—— 符号表
- ELF Format 笔记(十)—— 重定位(relocation)
- ELF Format 笔记(五)—— 特殊 Section
- how can i get the source code path && file names from an ELF file(compired with -g)?