Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Elf file type is EXEC (Executable file)
  2. Entry point 0x401000
  3. There are 8 program headers, starting at offset 64
  4.  
  5. Program Headers:
  6. Type Offset VirtAddr PhysAddr
  7. FileSiz MemSiz Flags Align
  8. LOAD 0x0000000000000200 0x0000000000400200 0x0000000000400200
  9. 0x0000000000000ae4 0x0000000000000ae4 R 0x1000
  10. LOAD 0x0000000000001000 0x0000000000401000 0x0000000000401000
  11. 0x00000000000028a1 0x00000000000028a1 R E 0x1000
  12. LOAD 0x0000000000004000 0x0000000000404000 0x0000000000404000
  13. 0x0000000000000008 0x0000000000000088 RW 0x1000
  14. TLS 0x0000000000004ce0 0x0000000000400ce0 0x0000000000400ce0
  15. 0x0000000000000004 0x0000000000000008 R 0x4
  16. LOAD 0x0000000000004200 0x0000000000400200 0x0000000000400200
  17. 0x0000000000000ae4 0x0000000000000ae4 R 0x1000
  18. LOAD 0x0000000000005000 0x0000000000401000 0x0000000000401000
  19. 0x00000000000028a1 0x00000000000028a1 R E 0x1000
  20. LOAD 0x0000000000008000 0x0000000000404000 0x0000000000404000
  21. 0x0000000000000008 0x0000000000000088 RW 0x1000
  22. TLS 0x0000000000004ce0 0x0000000000400ce0 0x0000000000400ce0
  23. 0x0000000000000004 0x0000000000000008 R 0x4
  24.  
  25. Section to Segment mapping:
  26. Segment Sections...
  27. 00
  28. 01
  29. 02 .bss
  30. 03 .tdata .tbss
  31. 04 .rodata .eh_frame .got .got.plt .init_array .fini_array .tdata
  32. 05 .text
  33. 06 .data .bss
  34. 07 .tdata .tbss
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement