linux 分析 目标文件 的命令

readelf -a hello.o         读出目标文件hello.o的ELF Header和Section Header Table

hexdump -C hello.o     把目标文件的字节全部打印出来

objdump -dS hello.o    把程序中的机器指令反汇编

nm  hello.o                  用来列出目标文件的符号清单

file  hello.o
                   检测文件类型
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
阅读(440) | 评论(0) | 转发(3) |
给主人留下些什么吧!~~
评论热议
原文地址:https://www.cnblogs.com/ztguang/p/12648234.html