Skip to content

Instantly share code, notes, and snippets.

@jackdesert
Created April 9, 2018 22:20
Show Gist options
  • Save jackdesert/92d64127aa5556cc3489180ac7507824 to your computer and use it in GitHub Desktop.
Save jackdesert/92d64127aa5556cc3489180ac7507824 to your computer and use it in GitHub Desktop.
$ readelf -d ./build/rubinius/site/x86_64-linux-gnu/openssl/openssl.so
Dynamic section at offset 0x48898 contains 33 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [librt.so.1]
0x0000000000000001 (NEEDED) Shared library: [libcrypt.so.1]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libatomic.so.1]
0x0000000000000001 (NEEDED) Shared library: [libssl.so.1.0.2]
0x0000000000000001 (NEEDED) Shared library: [libcrypto.so.1.0.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000001d (RUNPATH) Library runpath: [/home/jd/r/rubinius/build/rubinius/lib]
0x000000000000000c (INIT) 0x13480
0x000000000000000d (FINI) 0x3bfc8
0x0000000000000019 (INIT_ARRAY) 0x247da0
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x247da8
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x0000000000000004 (HASH) 0x190
0x000000006ffffef5 (GNU_HASH) 0x19a0
0x0000000000000005 (STRTAB) 0x8090
0x0000000000000006 (SYMTAB) 0x2138
0x000000000000000a (STRSZ) 16893 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000003 (PLTGOT) 0x249000
0x0000000000000002 (PLTRELSZ) 19704 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0xe788
0x0000000000000007 (RELA) 0xcb20
0x0000000000000008 (RELASZ) 7272 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000006ffffffe (VERNEED) 0xca80
0x000000006fffffff (VERNEEDNUM) 4
0x000000006ffffff0 (VERSYM) 0xc28e
0x000000006ffffff9 (RELACOUNT) 106
0x0000000000000000 (NULL) 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment