linux 分析 目标文件 的命令

来源:互联网 发布:淘宝运费险漏洞 编辑:程序博客网 时间:2024/05/22 08:05
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) |
0

上一篇:bss,data,text,rodata,堆,栈,常量段

下一篇:淘宝API开发系列---淘宝API的测试及使用

相关热门文章
  • linux 常见服务端口
  • xmanager 2.0 for linux配置
  • 【ROOTFS搭建】busybox的httpd...
  • openwrt中luci学习笔记
  • 什么是shell
  • linux dhcp peizhi roc
  • 关于Unix文件的软链接
  • 求教这个命令什么意思,我是新...
  • sed -e "/grep/d" 是什么意思...
  • 谁能够帮我解决LINUX 2.6 10...
给主人留下些什么吧!~~
原创粉丝点击