Kindly bare if the question is very basic. ldd command displays the dependent libraries over the executable file is what i know. In executable file, where these information is kept?.
This is stored in the .dynamic section of the ELF executable. See ELF-64 Object File Format, starting on page 14 (Dynamic Tables):
Dynamically-bound object files will have a
PT_DYNAMICprogram header entry. This program header entry refers to a segment containing the.dynamicsection, whose contents are an array ofElf64_Dynstructures.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With