Skip to content

Instantly share code, notes, and snippets.

@worldofpeace
Created July 17, 2019 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worldofpeace/c365456b06c459e2e4a0afc9d8f31ab0 to your computer and use it in GitHub Desktop.
Save worldofpeace/c365456b06c459e2e4a0afc9d8f31ab0 to your computer and use it in GitHub Desktop.
❯ readelf -d "/nix/store/1vq9qc2dc8cg2hn076as6jczqkbl456a-dolphin-19.04.1/bin/dolphin"
Dynamic section at offset 0x2d80 contains 32 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libkdeinit5_dolphin.so]
0x0000000000000001 (NEEDED) Shared library: [libstdc++.so.6]
0x0000000000000001 (NEEDED) Shared library: [libm.so.6]
0x0000000000000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000001d (RUNPATH) Library runpath: [/nix/store/1vq9qc2dc8cg2hn076as6jczqkbl456a-dolphin-19.04.1/lib:/nix/store/iykxb0bmfjmi7s53kfg6pjbfpd8jmza6-glibc-2.27/lib:/nix/store/pjx3f50x0qziyivs7rbg5s12p99nn2np-gcc-7.4.0-lib/lib]
0x000000000000000c (INIT) 0x401000
0x000000000000000d (FINI) 0x4011b4
0x0000000000000019 (INIT_ARRAY) 0x403d70
0x000000000000001b (INIT_ARRAYSZ) 8 (bytes)
0x000000000000001a (FINI_ARRAY) 0x403d78
0x000000000000001c (FINI_ARRAYSZ) 8 (bytes)
0x0000000000000004 (HASH) 0x400318
0x000000006ffffef5 (GNU_HASH) 0x400368
0x0000000000000005 (STRTAB) 0x400520
0x0000000000000006 (SYMTAB) 0x4003b8
0x000000000000000a (STRSZ) 525 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000015 (DEBUG) 0x0
0x0000000000000003 (PLTGOT) 0x403fd0
0x0000000000000002 (PLTRELSZ) 24 (bytes)
0x0000000000000014 (PLTREL) RELA
0x0000000000000017 (JMPREL) 0x4007a0
0x0000000000000007 (RELA) 0x400770
0x0000000000000008 (RELASZ) 48 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000000000001e (FLAGS) BIND_NOW
0x000000006ffffffb (FLAGS_1) Flags: NOW
0x000000006ffffffe (VERNEED) 0x400750
0x000000006fffffff (VERNEEDNUM) 1
0x000000006ffffff0 (VERSYM) 0x40072e
0x0000000000000000 (NULL) 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment