Advertisement
march_happy

Untitled

Nov 3rd, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. (base) [train@localhost build]$ readelf -l /home/train/panyang/Aster/.local/opt/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gcc
  2.  
  3. Elf file type is EXEC (Executable file)
  4. Entry point 0x402aa0
  5. There are 8 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. 0x00000000000001c0 0x00000000000001c0 R E 0x8
  12. INTERP 0x0000000000000200 0x0000000000400200 0x0000000000400200
  13. 0x000000000000001c 0x000000000000001c R 0x1
  14. [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
  15. LOAD 0x0000000000000000 0x0000000000400000 0x0000000000400000
  16. 0x00000000000bbe1c 0x00000000000bbe1c R E 0x200000
  17. LOAD 0x00000000000bc000 0x00000000006bc000 0x00000000006bc000
  18. 0x0000000000000fe8 0x0000000000003368 RW 0x200000
  19. DYNAMIC 0x00000000000bc028 0x00000000006bc028 0x00000000006bc028
  20. 0x00000000000001d0 0x00000000000001d0 RW 0x8
  21. NOTE 0x000000000000021c 0x000000000040021c 0x000000000040021c
  22. 0x0000000000000044 0x0000000000000044 R 0x4
  23. GNU_EH_FRAME 0x00000000000b0450 0x00000000004b0450 0x00000000004b0450
  24. 0x0000000000001ed4 0x0000000000001ed4 R 0x4
  25. GNU_STACK 0x0000000000000000 0x0000000000000000 0x0000000000000000
  26. 0x0000000000000000 0x0000000000000000 RW 0x8
  27.  
  28. Section to Segment mapping:
  29. Segment Sections...
  30. 00
  31. 01 .interp
  32. 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
  33. 03 .ctors .dtors .jcr .dynamic .got .got.plt .data .bss
  34. 04 .dynamic
  35. 05 .note.ABI-tag .note.gnu.build-id
  36. 06 .eh_frame_hdr
  37. 07
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement