本人新人小白一枚,想问利用readelf工具如何查看.o目标文件
一般 readelf -a *.o或者readelf -h *.o
使用readelf --help查看readelf的详细选项,然后按照自己的需求合理设置options
readelf --help