Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. readelf -d example
  2.  
  3. Dynamic section at offset 0xe28 contains 24 entries:
  4. Tag Type Name/Value
  5. 0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
  6.  
  7. readelf -d example
  8.  
  9. Dynamic section at offset 0xe28 contains 24 entries:
  10. Tag Type Name/Value
  11. 0x0000000000000001 (NEEDED) Shared library: [/lib/libc.so.6]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement