Advertisement
SforzandoCF

uh cpp

May 9th, 2025
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. {0x7F}ELF - magic number
  2. 2 - 64-bit executable
  3. 1 - little-endian data type
  4. 1 - version (always 1)
  5. 3 - linux (what is the point of this?)
  6. 0 - version
  7. 0 - padding
  8. 2 - executable type (h uh?)
  9. 0x3E - architecture is amd x86-64
  10. 1 - elf version (literally the same as the version tag)
  11. 4424592 - execution entry point
  12. 64 - program header table start
  13. 1024888 - section header table start
  14. 0 - flags (unused?)
  15. 64 - header size (so unnecessary)
  16. 56 - program header table entry size
  17. 14 - program header table length
  18. 64 - section header table entry size
  19. 35 - section header table length
  20. 34 - section name index
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement