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?.
Kindly bare if the question is very basic. ldd command displays the dependent libraries
Share
This is stored in the
.dynamicsection of the ELF executable. See ELF-64 Object File Format, starting on page 14 (Dynamic Tables):