Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.19 KB

File metadata and controls

26 lines (23 loc) · 1.19 KB

objdump

NAME objdump - display information from object files.

  • -a Display archive header information
  • -f Display the contents of the overall file header
  • -p Display object format specific file header contents
  • -h Display the contents of the section headers 目标文件的所有段概括
  • -x Display the contents of all headers 以某种分类信息的形式把目标文档的数据组织
  • -d Display assembler contents of executable sections 反汇编目标文件
  • -D Display assembler contents of all sections
  • -S Intermix source code with disassembly
  • -s Display the full contents of all sections requested ELF文件节区内容
  • -g Display debug information in object file
  • -e Display debug information using ctags style
  • -G Display (in raw form) any STABS info in the file
  • -W Display DWARF info in the file
  • -t Display the contents of the symbol table(s) 标文件的符号表
  • -T Display the contents of the dynamic symbol table
  • -r Display the relocation entries in the file
  • -R Display the dynamic relocation entries in the file
  • -v Display this program's version number
  • -i List object formats and architectures supported
  • -H Display this information