2.1.1.3.1.3.2. ELF Dynamic Information Example
> readelf --dynamic /bin/bash
Dynamic section at offset 0xd9df0 contains 30 entries:
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libtinfo.so.5]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000c (INIT) 0x41adb0
0x000000000000000d (FINI) 0x4a6374
0x0000000000000019 (INIT_ARRAY) 0x6d9dd8
0x0000000000000005 (STRTAB) 0x8e2b30
0x0000000000000006 (SYMTAB) 0x403988
...