ELF PLT Coding
Posted: Fri Jan 31, 2003 3:38 am
Not sure if anybody will be able to answer this and there is a suprising lack of implentation details on the web about this, I can only assume the ELF designers wanted to keep this a secret!
Basically a PLT (procedure link table) is used by ELF when creating PIC (position independent code) it works in conjuction with the GOT (global offset table), I have the GOT working perfectly now though, so the PLT is left.
Basically has anybody tried this before?? I have spent an age googling and not really finding anything concrete on how its implemented, just sketchy specs here and there. The best guide I have found was written for virus writers!
So, can any of you enlightened people help!!
EDIT: Can you believe it, just found some info, dang! Anyway, if anybody has implemented this for real, I would be very interested to hear!
Basically a PLT (procedure link table) is used by ELF when creating PIC (position independent code) it works in conjuction with the GOT (global offset table), I have the GOT working perfectly now though, so the PLT is left.
Basically has anybody tried this before?? I have spent an age googling and not really finding anything concrete on how its implemented, just sketchy specs here and there. The best guide I have found was written for virus writers!
So, can any of you enlightened people help!!
EDIT: Can you believe it, just found some info, dang! Anyway, if anybody has implemented this for real, I would be very interested to hear!