diff --git a/Dependencies-of-a-linux-binary.md b/Dependencies-of-a-linux-binary.md new file mode 100644 index 0000000..5cf3308 --- /dev/null +++ b/Dependencies-of-a-linux-binary.md @@ -0,0 +1,11 @@ +``` + $ readelf -d elfbin + +Dynamic section at offset 0xe30 contains 22 entries: + Tag Type Name/Value + 0x0000000000000001 (NEEDED) Shared library: [libssl.so.1.0.0] + 0x0000000000000001 (NEEDED) Shared library: [libc.so.6] + 0x000000000000000c (INIT) 0x400520 + 0x000000000000000d (FINI) 0x400758 + ... +``` \ No newline at end of file