Advertisement
Guest User

Untitled

a guest
Aug 28th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. stefan@wonka:~$ or1k-linux-readelf -l hello_world
  2.  
  3. Elf file type is EXEC (Executable file)
  4. Entry point 0x140
  5. There are 6 program headers, starting at offset 52
  6.  
  7. Program Headers:
  8. Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
  9. PHDR 0x000034 0x00002034 0x00000000 0x000c0 0x000c0 R E 0x4
  10. INTERP 0x0024b9 0x000004b9 0x000004b9 0x00011 0x00011 R 0x1
  11. [Requesting program interpreter: /usr/lib/ld.so.1]
  12. LOAD 0x002000 0x00000000 0x00000000 0x004ca 0x004ca R E 0x2000
  13. LOAD 0x0024cc 0x000024cc 0x000024cc 0x000bc 0x000dc RW 0x2000
  14. DYNAMIC 0x0024e4 0x000024e4 0x000024e4 0x00088 0x00088 RW 0x4
  15. GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RWE 0x4
  16.  
  17. Section to Segment mapping:
  18. Segment Sections...
  19. 00
  20. 01 .interp
  21. 02 .hash .dynsym .dynstr .rela.plt .init .plt .text .fini .rodata .interp
  22. 03 .eh_frame .ctors .dtors .jcr .dynamic .data .got .bss
  23. 04 .dynamic
  24. 05
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement