1
0
41
168
314
166
常用嵌入式Linux二进制调试工具(1) Ø READELF readelf可用来显示ELF格式可执行文件的信息。比如用readelf查看hello.o中的各个Section的结果如下: $ readelf -S hello.o There are 15 section headers, starting at offset 0x228: Section Headers...