Chinaunix首页 | 论坛 | 博客
  • 博客访问: 464686
  • 博文数量: 134
  • 博客积分: 3056
  • 博客等级: 中校
  • 技术积分: 1150
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-14 15:53
文章分类
文章存档

2013年(1)

2010年(133)

我的朋友

分类: LINUX

2010-06-13 21:22:33

readelf基本用法

readelf 负责显示ELF文件的信息

Usage: readelf <option(s)> elf-file(s)
       Display information about the contents of ELF format files
  -a --all 全部 Equivalent to: -h -l -S -s -r -d -V -A -I
  -h --file-header 文件头 Display the ELF file header
  -l --program-headers 程序 Display the program headers
     --segments An alias for --program-headers
  -S --section-headers 段头 Display the sections

  --sections An alias for --section-headers
  -e --headers 全部头 Equivalent to: -h -l -S
  -s --syms 符号表 Display the symbol table
      --symbols An alias for --syms
  -n --notes 内核注释 Display the core notes (if present)
  -r --relocs 重定位 Display the relocations (if present)
  -u --unwind Display the unwind info (if present)
  -d --dynamic 动态段 Display the dynamic segment (if present)
  -V --version-info 版本 Display the version sections (if present)
  -A --arch-specific CPU构架 Display architecture specific information (if any).
  -D --use-dynamic 动态段 Use the dynamic section info when displaying symbols
  -x --hex-dump=<number> 显示 段内内容Dump the contents of section <number>
  -w[liaprmfFso] or
  --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=str,=loc]


阅读(1458) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~