开发者

ELF and processor specific aspects of dynamic linking

开发者 https://www.devze.com 2022-12-23 13:35 出处:网络
I am trying to understand the process of dynamic linking, in detail. For the purpose, I tried digging into .got section of ELF.

I am trying to understand the process of dynamic linking, in detail. For the purpose, I tried digging into .got section of ELF.

q.1 : I read in ELF Standard 1.2(Appendix) that Global offset table's format and interpretation are processor specific. Can some body please help me, why we dont have standard for this as well and why it has to be processor specific?

q.2 开发者_Go百科: Can someome point to a tutorial or some thing, where I can get some understanding of operations of a dynamic linker on a live process, examining the contents of .got, .got.plt sections in each step ?


This one covers quite a lot about shared libraries on linux

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号