Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. $ readelf -d host/sbin/mkfs.ext2
  2.  
  3. Dynamic section at offset 0x1d698 contains 33 entries:
  4. Tag Type Name/Value
  5. 0x0000000000000001 (NEEDED) Shared library: [libext2fs.so.2]
  6. 0x0000000000000001 (NEEDED) Shared library: [libcom_err.so.2]
  7. 0x0000000000000001 (NEEDED) Shared library: [libblkid.so.1]
  8. 0x0000000000000001 (NEEDED) Shared library: [libuuid.so.1]
  9. 0x0000000000000001 (NEEDED) Shared library: [libe2p.so.2]
  10. 0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
  11. 0x000000000000001d (RUNPATH) Library runpath: []
  12. 0x000000000000000c (INIT) 0x48d0
  13. 0x000000000000000d (FINI) 0x15c44
  14. 0x0000000000000019 (INIT_ARRAY) 0x21d470
  15. 0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
  16. 0x000000000000001a (FINI_ARRAY) 0x21d478
  17. 0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
  18. 0x000000006ffffef5 (GNU_HASH) 0x298
  19. 0x0000000000000005 (STRTAB) 0x1958
  20. 0x0000000000000006 (SYMTAB) 0x308
  21. 0x000000000000000a (STRSZ) 4213 (bytes)
  22. 0x000000000000000b (SYMENT) 24 (bytes)
  23. 0x0000000000000015 (DEBUG) 0x0
  24. 0x0000000000000003 (PLTGOT) 0x21d8e8
  25. 0x0000000000000002 (PLTRELSZ) 5160 (bytes)
  26. 0x0000000000000014 (PLTREL) RELA
  27. 0x0000000000000017 (JMPREL) 0x34a8
  28. 0x0000000000000007 (RELA) 0x2c80
  29. 0x0000000000000008 (RELASZ) 2088 (bytes)
  30. 0x0000000000000009 (RELAENT) 24 (bytes)
  31. 0x000000000000001e (FLAGS) BIND_NOW
  32. 0x000000006ffffffb (FLAGS_1) Flags: NOW PIE
  33. 0x000000006ffffffe (VERNEED) 0x2bb0
  34. 0x000000006fffffff (VERNEEDNUM) 3
  35. 0x000000006ffffff0 (VERSYM) 0x29ce
  36. 0x000000006ffffff9 (RELACOUNT) 70
  37. 0x0000000000000000 (NULL) 0x0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement