Advertisement
Guest User

Untitled

a guest
Oct 4th, 2024
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. ELF Header:
  2. Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
  3. Class: ELF32
  4. Data: 2's complement, little endian
  5. Version: 1 (current)
  6. OS/ABI: UNIX - System V
  7. ABI Version: 0
  8. Type: DYN (Shared object file)
  9. Machine: Intel 80386
  10. Version: 0x1
  11. Entry point address: 0x61030
  12. Start of program headers: 52 (bytes into file)
  13. Start of section headers: 2341020 (bytes into file)
  14. Flags: 0x0
  15. Size of this header: 52 (bytes)
  16. Size of program headers: 32 (bytes)
  17. Number of program headers: 10
  18. Size of section headers: 40 (bytes)
  19. Number of section headers: 32
  20. Section header string table index: 31
  21.  
  22. Dynamic section at offset 0x233e3c contains 36 entries:
  23. Tag Type Name/Value
  24. 0x00000001 (NEEDED) Shared library: [libtier0.so]
  25. 0x00000001 (NEEDED) Shared library: [libvstdlib.so]
  26. 0x00000001 (NEEDED) Shared library: [libfontconfig.so.1]
  27. 0x00000001 (NEEDED) Shared library: [libfreetype.so.6]
  28. 0x00000001 (NEEDED) Shared library: [libSDL2-2.0.so.0]
  29. 0x00000001 (NEEDED) Shared library: [libm.so.6]
  30. 0x00000001 (NEEDED) Shared library: [libdl.so.2]
  31. 0x00000001 (NEEDED) Shared library: [libpthread.so.0]
  32. 0x00000001 (NEEDED) Shared library: [libuuid.so.1]
  33. 0x00000001 (NEEDED) Shared library: [ld-linux.so.2]
  34. 0x00000001 (NEEDED) Shared library: [libc.so.6]
  35. 0x0000000c (INIT) 0x60000
  36. 0x0000000d (FINI) 0x1a25b8
  37. 0x00000019 (INIT_ARRAY) 0x2343b0
  38. 0x0000001b (INIT_ARRAYSZ) 140 (bytes)
  39. 0x0000001a (FINI_ARRAY) 0x23443c
  40. 0x0000001c (FINI_ARRAYSZ) 4 (bytes)
  41. 0x6ffffef5 (GNU_HASH) 0x198
  42. 0x00000005 (STRTAB) 0x396c
  43. 0x00000006 (SYMTAB) 0xeec
  44. 0x0000000a (STRSZ) 11536 (bytes)
  45. 0x0000000b (SYMENT) 16 (bytes)
  46. 0x00000003 (PLTGOT) 0x235000
  47. 0x00000002 (PLTRELSZ) 2040 (bytes)
  48. 0x00000014 (PLTREL) REL
  49. 0x00000017 (JMPREL) 0x5f6a4
  50. 0x00000011 (REL) 0x6d5c
  51. 0x00000012 (RELSZ) 362824 (bytes)
  52. 0x00000013 (RELENT) 8 (bytes)
  53. 0x00000016 (TEXTREL) 0x0
  54. 0x0000001e (FLAGS) TEXTREL
  55. 0x6ffffffe (VERNEED) 0x6bcc
  56. 0x6fffffff (VERNEEDNUM) 6
  57. 0x6ffffff0 (VERSYM) 0x667c
  58. 0x6ffffffa (RELCOUNT) 41428
  59. 0x00000000 (NULL) 0x0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement