Advertisement
Guest User

Untitled

a guest
Dec 14th, 2022
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. There are 12 section headers, starting at offset 0x18610:
  2.  
  3. Section Headers:
  4. [Nr] Name Type Address Offset
  5. Size EntSize Flags Link Info Align
  6. [ 0] NULL 0000000000000000 00000000
  7. 0000000000000000 0000000000000000 0 0 0
  8. [ 1] .init PROGBITS 0000000000080000 00010000
  9. 000000000000005c 0000000000000000 AX 0 0 8
  10. [ 2] .text PROGBITS 0000000000081000 00011000
  11. 0000000000002e28 0000000000000000 AX 0 0 16
  12. [ 3] .rodata PROGBITS 0000000000085000 00015000
  13. 0000000000000368 0000000000000000 AMS 0 0 8
  14. [ 4] .data PROGBITS 0000000000086000 00016000
  15. 00000000000001d0 0000000000000000 WA 0 0 16
  16. [ 5] drivers PROGBITS 00000000000861d0 000161d0
  17. 0000000000000060 0000000000000000 WA 0 0 8
  18. [ 6] modules PROGBITS 0000000000086230 00016230
  19. 0000000000000080 0000000000000000 WA 0 0 8
  20. [ 7] .bss NOBITS 0000000000087000 000162b0
  21. 0000000000001818 0000000000000000 WA 0 0 16
  22. [ 8] .comment PROGBITS 0000000000000000 000162b0
  23. 0000000000000026 0000000000000001 MS 0 0 1
  24. [ 9] .symtab SYMTAB 0000000000000000 000162d8
  25. 0000000000001830 0000000000000018 11 112 8
  26. [10] .shstrtab STRTAB 0000000000000000 00017b08
  27. 0000000000000053 0000000000000000 0 0 1
  28. [11] .strtab STRTAB 0000000000000000 00017b5b
  29. 0000000000000ab0 0000000000000000 0 0 1
  30. Key to Flags:
  31. W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
  32. L (link order), O (extra OS processing required), G (group), T (TLS),
  33. C (compressed), x (unknown), o (OS specific), E (exclude),
  34. p (processor specific)
  35.  
  36. Elf file type is EXEC (Executable file)
  37. Entry point 0x80000
  38. There are 4 program headers, starting at offset 64
  39.  
  40. Program Headers:
  41. Type Offset VirtAddr PhysAddr
  42. FileSiz MemSiz Flags Align
  43. LOAD 0x0000000000010000 0x0000000000080000 0x0000000000080000
  44. 0x0000000000003e28 0x0000000000003e28 R E 0x10000
  45. LOAD 0x0000000000015000 0x0000000000085000 0x0000000000085000
  46. 0x0000000000000368 0x0000000000000368 R 0x10000
  47. LOAD 0x0000000000016000 0x0000000000086000 0x0000000000086000
  48. 0x00000000000002b0 0x0000000000002818 RW 0x10000
  49. GNU_STACK 0x0000000000000000 0x0000000000000000 0x0000000000000000
  50. 0x0000000000000000 0x0000000000000000 RW 0x0
  51.  
  52. Section to Segment mapping:
  53. Segment Sections...
  54. 00 .init .text
  55. 01 .rodata
  56. 02 .data drivers modules .bss
  57. 03
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement