Linux 查看 elf可执行文件格式的两个命令(3)

Relocation section '.rel.dyn' at offset 0x278 contains 1 entries:
Offset     Info    Type            Sym.Value Sym. Name
08049ff0 00000106 R_386_GLOB_DAT    00000000   __gmon_start__

Relocation section '.rel.plt' at offset 0x280 contains 3 entries:
Offset     Info    Type            Sym.Value Sym. Name
0804a000 00000107 R_386_JUMP_SLOT   00000000   __gmon_start__
0804a004 00000207 R_386_JUMP_SLOT   00000000   __libc_start_main
0804a008 00000307 R_386_JUMP_SLOT   00000000   printf

There are no unwind sections in this file.

Symbol table '.dynsym' contains 5 entries:
   Num:    Value Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE LOCAL DEFAULT UND
     1: 00000000     0 NOTYPE WEAK   DEFAULT UND __gmon_start__
     2: 00000000     0 FUNC    GLOBAL DEFAULT UND __libc_start_main@GLIBC_2.0 (2)
     3: 00000000     0 FUNC    GLOBAL DEFAULT UND printf@GLIBC_2.0 (2)
     4: 080484dc     4 OBJECT GLOBAL DEFAULT   15 _IO_stdin_used

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/24172.html