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?.
From where does the ldd command retrieve dependency information?
227 views Asked by Whoami At
1
This is stored in the
.dynamic
section of the ELF executable. See ELF-64 Object File Format, starting on page 14 (Dynamic Tables):