Advertisement
Guest User

Untitled

a guest
Dec 14th, 2022
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. There are 12 section headers, starting at offset 0x86a8:
  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 00000080
  9. 0000000000000040 0000000000000000 AX 0 0 8
  10. [ 2] .text PROGBITS 0000000000081000 00001080
  11. 0000000000002e48 0000000000000000 AX 0 0 16
  12. [ 3] .rodata PROGBITS 0000000000085000 00005080
  13. 0000000000000360 0000000000000000 A 0 0 8
  14. [ 4] .data PROGBITS 0000000000086000 00006080
  15. 00000000000001d0 0000000000000000 WA 0 0 16
  16. [ 5] drivers PROGBITS 00000000000861d0 00006250
  17. 0000000000000060 0000000000000000 WA 0 0 8
  18. [ 6] modules PROGBITS 0000000000086230 000062b0
  19. 0000000000000080 0000000000000000 WA 0 0 8
  20. [ 7] .bss NOBITS 0000000000087000 00006330
  21. 0000000000001818 0000000000000000 WA 0 0 16
  22. [ 8] .comment PROGBITS 0000000000000000 00006330
  23. 0000000000000012 0000000000000001 MS 0 0 1
  24. [ 9] .symtab SYMTAB 0000000000000000 00006348
  25. 0000000000001920 0000000000000018 10 122 8
  26. [10] .strtab STRTAB 0000000000000000 00007c68
  27. 00000000000009e9 0000000000000000 0 0 1
  28. [11] .shstrtab STRTAB 0000000000000000 00008651
  29. 0000000000000053 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 is 1 program header, starting at offset 64
  39.  
  40. Program Headers:
  41. Type Offset VirtAddr PhysAddr
  42. FileSiz MemSiz Flags Align
  43. LOAD 0x0000000000000080 0x0000000000080000 0x0000000000080000
  44. 0x00000000000062b0 0x0000000000008818 RWE 0x10
  45.  
  46. Section to Segment mapping:
  47. Segment Sections...
  48. 00 .init .text .rodata .data drivers modules .bss
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement