Advertisement
Guest User

Untitled

a guest
Aug 28th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. stefan@wonka:~$ readelf -l hello_world
  2.  
  3. Elf file type is EXEC (Executable file)
  4. Entry point 0x400410
  5. There are 9 program headers, starting at offset 64
  6.  
  7. Program Headers:
  8. Type Offset VirtAddr PhysAddr
  9. FileSiz MemSiz Flags Align
  10. PHDR 0x0000000000000040 0x0000000000400040 0x0000000000400040
  11. 0x00000000000001f8 0x00000000000001f8 R E 8
  12. INTERP 0x0000000000000238 0x0000000000400238 0x0000000000400238
  13. 0x000000000000001c 0x000000000000001c R 1
  14. [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
  15. LOAD 0x0000000000000000 0x0000000000400000 0x0000000000400000
  16. 0x00000000000006dc 0x00000000000006dc R E 200000
  17. LOAD 0x0000000000000e28 0x0000000000600e28 0x0000000000600e28
  18. 0x00000000000001f8 0x0000000000000208 RW 200000
  19. DYNAMIC 0x0000000000000e50 0x0000000000600e50 0x0000000000600e50
  20. 0x0000000000000190 0x0000000000000190 RW 8
  21. NOTE 0x0000000000000254 0x0000000000400254 0x0000000000400254
  22. 0x0000000000000044 0x0000000000000044 R 4
  23. GNU_EH_FRAME 0x000000000000060c 0x000000000040060c 0x000000000040060c
  24. 0x000000000000002c 0x000000000000002c R 4
  25. GNU_STACK 0x0000000000000000 0x0000000000000000 0x0000000000000000
  26. 0x0000000000000000 0x0000000000000000 RW 8
  27. GNU_RELRO 0x0000000000000e28 0x0000000000600e28 0x0000000000600e28
  28. 0x00000000000001d8 0x00000000000001d8 R 1
  29.  
  30. Section to Segment mapping:
  31. Segment Sections...
  32. 00
  33. 01 .interp
  34. 02 .interp .note.ABI-tag .note.gnu.build-id .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt .text .fini .rodata .eh_frame_hdr .eh_frame
  35. 03 .ctors .dtors .jcr .dynamic .got .got.plt .data .bss
  36. 04 .dynamic
  37. 05 .note.ABI-tag .note.gnu.build-id
  38. 06 .eh_frame_hdr
  39. 07
  40. 08 .ctors .dtors .jcr .dynamic .got
  41. s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement