开发者

ELF and processor specific aspects of dynamic linking

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜